Object CAPTCHA

example
Package:
Summary:
Perform CAPTCHA validation using object images
Groups:
Author:
Description:
This class can be used to perform CAPTCHA validation using object images.

It can scan a given directory with object images in JPEG format and pick one randomly to display to the user.

The user must enter the object name that is taken from the object image file name and stored in a MySQL database for posterior validation.


Cache OS

Package:
Summary:
Store and retrieve cached data in files
Groups:
Author:
Description:
This class can be used to store and retrieve cached data in files.

It can check if a cache file with a given key exists and retrieve its data.

The class can optionally check if the cache file was created before a given expiry time has passed.

If the cache file does not exist or expired, the class can store new data in the cache file.

The class may also delete cache files with a given key or delete all cache files in the cache directory or sub-directory.


CacheOS

Package:
Summary:
Store and retrieve cached data in files
Groups:
Author:
Description:
This class can be used to store and retrieve cached data in files.

This is a very simple and fast one file cache class. This is a static class with four public static functions to save, get, delete file & group cache.

This class simply serializes the data and save it in the file named as given key. Cache can also be saved in groups, groups are nothing but folders in which the group cache is saved.

Data is un-serialized when returned from cache.


class dbconnect

Package:
Summary:
Connect and query MySQL databases
Groups:
Author:
Description:
This package can be used to connect and query MySQL databases.

There is one class that can establish connections to a given MySQL server.

Another class can execute SQL queries and retrieve the results into arrays or objects.


WAP Redirect

Package:
Summary:
Redirect mobile phone users
Groups:
Author:
Description:
This class can be used to redirect mobile phone users.

It can check the user agent string sent by the user browser and redirect to different URLs depending on the type of device that is use to access the current page.

Currently it can redirect to different URLs depending on whether the user device is an iPhone, a PlayStation or another device that supports WML.


ABC_RSS

Package:
Summary:
Compose and generate RSS 2.0 feeds
Groups:
Author:
Description:
This class can be used to compose and generate RSS 2.0 feeds.

It can compose the details of the RSS feed channel and the items it contains.

The class can generate the XML string and either store it in a file, display it in the browser as the current script output, or force the browser to download.


Powered by Gewgley