37 projects tagged "English"
IAM backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database. Both classes support GZIP-compressed files for improved performance. When performing the backup, the user is prompted to download the backup file, straight from the browser. Alternately, the backup can be stored on the local server at a predefined location. Restoring the database (or copying it to another server) is just as easy.
php_db2util is a module that extends PHP with mass data movement functions. It supports connecting to a DB2 server, loading data from a client or server with a replace option or insert option, and exporting data from a table to a client. It also allows the runstats utility to be run to recreate indexes.
MIOLO is a object oriented framework for PHP that offers a range of functions for rapid application development. It allows for the easy modularization of a project and eases the integration between internal and external software modules. It provides objects for distributed database connectivity, and user interfaces can be defined by designers that don't necessarily need to know the intricacies of the business logic through the use of themes. It also provides complete objects for Web forms, data manipulation and presentation, session control, user validation and user access rights.
Thumbnail and Watermark is a class that can process an image on the fly by either generating a thumbnail or applying a watermark. The processed image can be displayed in a page, saved to a file, or returned to a variable. If version 2 of the GD library is available, the class can manipulate the images in true color. It supports multiple watermark positions, and auto-fitting that adjusts dimensions so that the resized image aspect is not distorted. Both JPEG and PNG are supported, but the watermark image can only be in PNG format as it needs to be transparent.