olDelete

Package:
Summary:
Delete aged files and folders
Groups:
Author:
Description:
This class can be used to delete aged files and folders.

It uses the navigator class to browse a given directory and delete files or directories that were modified for the last time more than a given number of minutes ago.

When removing directories, the class can remove them recursively.


QTransfer

Package:
Summary:
Send HTTP requests and process XML responses
Groups:
Author:
Description:
This package can be used to send HTTP requests and process XML responses.

There is one class that can send and receive HTTP requests and another can process the request responses.

There are also other classes to process the HTTP XML responses.


[New] Free Hard Disk Backup Software: Bacula

A new computer backup software has been added to the Free Hard Disk Backup and Restore, Hard Disk Image and Cloning Utilities page. Bacula is a free (in fact, open source) network-based backup program that you can use to back up multiple computers on a network. It supports backup to hard disks as well as tape drives.

Note: Bacula is interesting mostly to administrators of multiple computers. If you are an ordinary computer user, you may prefer to look at the other free hard disk backup and imaging tools listed instead. The others cater more to individual users, and are meant to be easy to use. Such tools capture a complete snapshot of your computer system so that if your computer should ever fail, or it gets badly infected by a virus or spyware, you can restore it back to its original working condition.

PHP Ajax Voting system

Package:
Summary:
Manage a vote polling system
Groups:
Author:
Description:
This class can be used to manage a vote polling system.

It can record in a MySQL database the votes of the users in several possible options also defined in a database table of poll options.

It uses cookies to keep track of votes done by each user to prevent users voting again.

The class can also retrieve the statistics of votes done for each poll option.


Dba Wrapper

Package:
Summary:
Flat file database access abstraction layer
Groups:
Author:
Description:
This class implements a flat file database access abstraction layer. It can:

– Open a given flat file database
– Insert a new record with a given key
– Get a record with a given key
– Replace the value of a record with a given key
– Delete the record with a given key
– Optimize the database file


http

Package:
Summary:
Output HTML pages to send requests to a Web server
Groups:
Author:
Description:
This class can be used to output HTML pages to send requests to a Web server.

It can generate a page that makes the user be redirected to a given URL passing a list of parameters by either issuing HTTP redirect headers or embedding Javascript in the page.

The class can also make the browser send an HTTP POST request by generating a form with hidden input field set to given values and adding the necessary Javascript to make the browser submit the form to a given URL.


Anti_Util_CircularReference

Package:
Summary:
Find circular references using waypoint array
Groups:
Author:
Description:
This class can be used to find circular references using waypoint array.

It takes an array of pairs of values that are links between to points for instance in a map.

The class traverses the array of values and detects when there groups of points that form a cyclic reference.


PHP Scaffolder

Package:
Summary:
Generate scripts to manipulate MySQL table records
Groups:
Author:
Description:
This package can be used to generate scripts to manipulate MySQL table records.

It generates a PHP script that can be used to insert, list, update and delete records in a given MySQL table.

The generated script uses separate classes to generate and validate forms and display table records in paginated listings.


Powered by Gewgley