Package:
Summary:
Generate sprite images and CSS to use image styles
Groups:
Author:
Description:
This class can be used to generate sprite images and CSS to use image styles to use the sprites in Web pages.
It can take a list of images and generates a single sprite image with all the images inside.
The class can also generate CSS style definitions to use in Web pages that need to use the images from the generated sprite image.
Package:
Summary:
Generate hash of string applying MD5 several times
Groups:
Author:
Description:
This class can be used to generate an hash of string applying MD5 several times.
It takes a given string and applies the MD5 hashing algorithm several times to make it much harder revert to the original string.
Package:
Summary:
Solves cubic equations
Groups:
Author:
Description:
This class can be used to solve cubic equations.
It takes the values of the coefficients and determines the roots of the cubic equation.
Package:
Summary:
Dispatch browser side events
Groups:
Author:
Description:
This package can be used to dispatch browser side events.
It consists of classes that can dispatch events triggered by controls on Web pages and communicated to the server using AJAX requests.
There are several classes that handle the AJAX requests in the different types of supported page controls.
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class can be used to MySQL database access wrapper.
It can establish connections to a MySQL, execute SQL queries, retrieve query results, retrieve the last inserted identifier, the number affected rows, retrieve the tables list and table fields and execute INSERT, UPDATE, DELETE queries from lists of parameters.
Package:
Summary:
Remove undesired values from request variables
Groups:
Author:
Description:
This class can be used to remove undesired values from request variables.
It takes an array of eventual request values and traverses its values to remove undesired characters from them.
The list of alllowed chbars is configurable.