Monthly Archiv: August, 2009

Show any MySQL table

Package:
Show any MySQL table
Summary:
Retrieve data from a MySQL table into XML
Groups:
Databases, XML
Author:
Anderson Manuel
Description:
This class can be used to retrieve data from a MySQL table into a XML document.

It can execute a query to retrieve all data from a given MySQL database table.

The class generates a XML document from the data retrieved from the table. The XML document is displayed as the output of the current script.


shopcart

Package:
shopcart
Summary:
Manage a shopping cart stored in a MySQL database
Groups:
Databases, E-Commerce
Author:
RAZA
Description:
This class can be used to manage a shopping cart stored in a MySQL database.

It can perform several types of operations to manage the product items in a shopping cart by manipulating the respective records stored in a MySQL database table. Currently it can:

- Add an item
- Get the items
- Update the quantity of an item
- Delete an item
- Empty the cart
- Get the product price and name of an item


shopcart

Package:
shopcart
Summary:
Manage a shopping cart stored in a MySQL database
Groups:
Databases, E-Commerce
Author:
RAZA
Description:
This class can be used to manage a shopping cart stored in a MySQL database.

It can perform several types of operations to manage the product items in a shopping cart by manipulating the respective records stored in a MySQL database table. Currently it can:

- Add an item
- Get the items
- Update the quantity of an item
- Delete an item
- Empty the cart
- Get the product price and name of an item


DirContent

Package:
DirContent
Summary:
Retrieve the listing of files of a given directory
Groups:
Files and Folders, PHP 5
Author:
Nikola Posa
Description:
This class can be used to retrieve the listing of files of a given directory.

It can traverse a given directory recursively and extract the listing of files into an array.

The listing of files may be sorted by name, type and size.


dbclass with execution query

Package:
dbclass with execution query
Summary:
MySQL database query wrapper
Groups:
Databases, PHP 5
Author:
Pramendra
Description:
This class is a MySQL database query wrapper.

It wraps the execution of SELECT, INSERT, UPDATE and DELETE queries.

The results from SELECT queries are gathered in a single array with values stripped from any slashes.


Controller

Package:
Controller
Summary:
Microsoft SQL server database access wrapper
Groups:
Databases, PHP 5
Author:
aderbal nunes
Description:
This package implements a wrapper to access Microsoft SQL server databases.

There is one class that takes care of establishing connections to a given SQL server host.

Another class can perform regular database access operations such as executing SQL queries, retrieve query results into arrays, execute common queries or stored procedures given a list of parameters.


Perfect URL Trimmer

Package:
Perfect URL Trimmer
Summary:
Retrieve the shortest URL from several services
Groups:
PHP 5, Web services
Author:
Khurram Adeeb Noorani
Description:
This class can be used to retrieve the shortest URL from several shortening services.

It accesses the APIs of different URL shortening services and sends a request to retrieve the short version of a given URL.

The class returns the short URL that is the shortest among all that were tried.

Currently it tries the following shortening services: tr.im, bit.ly and ur.ly.


PHP Spell Checker

Package:
PHP Spell Checker
Summary:
Check spelling of text and get fix suggestions
Groups:
PHP 5, Text processing
Author:
Protung Dragos
Description:
This package can be used to check the spelling of text and get fix suggestions.

There is a base class that defines functions for spell checking.

There are also two classes for checking the spelling of text using either PHP scripts that contain arrays of valid words and grammar definitions, or using the hunspell program.

If the classes determine that there are misspelled words, they may return suggestions for eventual fixes.


Tabajara Cache

Package:
Tabajara Cache
Summary:
Cache the output of pages into files
Groups:
Cache, Files and Folders, PHP 5
Author:
Rafael Paulino
Description:
This class can be used to cache the output of pages into files.

It can check if a cache file exists and did not expire. If so, it outputs the contents of the cache file. Otherwise, the class starts capturing the output of the page.

In the end the class retrieves the just captured output of the page stores it in a cache file.

The class already compresses the output of the page that is cached.

The cache expiry time is configurable.


Powered by Gewgley