Package:
Summary:
Manage shopping carts with products from MySQL
Groups:
Author:
Description:
This class can be used to manage shopping carts with products listed in a MySQL database.
It can add items to the cart, update item quantities, delete items from the cart, and empty the cart.
The class may also list the items from the cart in an HTML table.
Package:
Summary:
Caching template processing engine
Groups:
Author:
Description:
This class implements a caching template processing engine.
It takes a template file or string and processes it to generate a cached version that is a PHP script to be executed when the template output is processed.
The engine supports replacing variables, iterate over array variables inside loops, conditional sections, include separate template files, use variable sub-strings, use object variables, use GET or POST values, etc..
Looking for an email program that you can run on your own computer? The newest addition to the
Free Email Clients page works on
Windows, Linux, FreeBSD and Solaris, and can handle multiple email accounts, email filtering, spell checking, all the usual
email protocols, and even has built-in support for encrypted
email (using GnuPG). Check it out.
Package:
Summary:
Access INI configuration files as objects
Groups:
Author:
Description:
This class can be used to access INI configuration files as objects.
It can parse a given INI file and allow accessing the values of the configuration properties as variables of an object or entries of an array.
An additional class provides the Countable and Array access file, so the configuration entries can be traversed like arrays.
It is possible to create and use hierarchical ini files.
Package:
Summary:
Show links to browse MySQL results split in page
Groups:
Author:
Description:
This class can be used to show links to browse MySQL results split in page.
It takes a MySQL query string and the number of page currently being browsed and generates HTML links to browse the other pages of the query results listing.
The templates of the HTML links and the base link URL are configurable parameters.
Package:
Summary:
Generate Javascript to send jQuery AJAX requests
Groups:
Author:
Description:
This class can be used to generate Javascript to send AJAX requests using jQuery library.
It can generate HTML with Javascript code to call the jQuery library to send several types of requests.
Currently it can send GET requests, send form POST requests and load content into page elements.