Package:
Summary:
Generate HTML to display tabs using jQuery.
Groups:
Author:
Description:
This is a simple class that can be used to generate HTML to display tabs using jQuery.
It can add one or more tab links and the respective content sections .
The class generates HTML lists and entries that appear as tabs when displayed with jQuery Javascript and CSS.
Package:
Summary:
Base MVC classes for developing Joomla extension
Groups:
Author:
Description:
This package provides base classes for developing Joomla extension using the MVC design pattern.
It provides base model, view and controller classes wrap around Joomla base code.
The base MVC classes should be extended to implement new Joomla extensions.
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.