Package:
Summary:
Create ebook in EPUB format for Apple iPad
Groups:
Author:
Description:
This class can be used to create create an ebook in EPUB format for Apple iPad and other ebook readers.
It can set the ebook details like the author, publisher, comments, etc., as well the ebook chapter data.
The class builds an archive with all the ebook information and serves the ebook archive for download or returns it as a string.
Package:
Summary:
Store and retrieve cached values from single file
Groups:
Author:
Description:
This class can be used to store and retrieve cached values from single file.
It can store one or more keys in a single cache file.
The class can also look up for a given key and retrieve the store value.
It can lock the file during access to prevent corruption, but there is also a sub-class that can be used to access the cache file without locking it.
It can automatically clean-up the least recently used entries to free space.
Package:
Summary:
Store and retrieve cached values from single file
Groups:
Author:
Description:
This class can be used to store and retrieve cached values from single file.
It can store one or more keys in a single cache file.
The class can also look up for a given key and retrieve the store value.
It can lock the file during access to prevent corruption, but there is also a sub-class that can be used to access the cache file without locking it.
It can automatically clean-up the least recently used entries to free space.
Package:
Summary:
Extend class functionality with code define in XML
Groups:
Author:
Description:
This class functionality is extended class functionality with code define in XML.
It loads plug-in code definitions from a XML file that contains additional code definitions that are imported into a MySQL database.
Later the class can load the plug-in code from the MySQL database and execute it.
Package:
Summary:
Extend class functionality with code define in XML
Groups:
Author:
Description:
This class functionality is extended class functionality with code define in XML.
It loads plug-in code definitions from a XML file that contains additional code definitions that are imported into a MySQL database.
Later the class can load the plug-in code from the MySQL database and execute it.
Package:
Summary:
Analyse HTTP requests to detect security attacks
Groups:
Author:
Description:
This package can be used to analyse HTTP requests to detect security attacks.
The main class analyzes the HTTP GET and POST values to determine if contains words that can be used to perform SQL injection attacks, mainly to MySQL applications.
It returns the information that based on a score of the word analysis it may be a security attack, so the applications avoid handling the request.
Another class can generate log files in XML format with more details about the eventual attack.
Package:
Summary:
Analyse HTTP requests to detect security attacks
Groups:
Author:
Description:
This package can be used to analyse HTTP requests to detect security attacks.
The main class analyzes the HTTP GET and POST values to determine if contains words that can be used to perform SQL injection attacks, mainly to MySQL applications.
It returns the information that based on a score of the word analysis it may be a security attack, so the applications avoid handling the request.
Another class can generate log files in XML format with more details about the eventual attack.
Package:
Summary:
Iterate over the uploaded files list
Groups:
Author:
Description:
This class can be used to iterate over the uploaded files list.
It can retrieve details of the $_FILES array and rebuilds the array to include the each uploaded file as entry of the array of details for each file.
The class inherits from the ArrayObject array so the resulting files array can be traversed with regular array access functions.
Package:
Summary:
Iterate over the uploaded files list
Groups:
Author:
Description:
This class can be used to iterate over the uploaded files list.
It can retrieve details of the $_FILES array and rebuilds the array to include the each uploaded file as entry of the array of details for each file.
The class inherits from the ArrayObject array so the resulting files array can be traversed with regular array access functions.
Package:
Summary:
Shopping cart system based on CakePHP framework
Groups:
Author:
Description:
This package implements a shopping cart system based on the CakePHP framework.
It provides the controller classes that can add and remove products to a shopping cart.