Tag Archiv: classes

EPub

Package:
EPub
Summary:
Create ebook in EPUB format for Apple iPad
Groups:
Content management, Files, PHP 5
Author:
Asbjorn Grandt
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.


secache

Package:
secache
Summary:
Store and retrieve cached values from single file
Groups:
Cache, Files and Folders
Author:
wanglei
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.


secache

Package:
secache
Summary:
Store and retrieve cached values from single file
Groups:
Cache, Files and Folders
Author:
wanglei
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.


Simple Hook and Plug-ins System (XML)

Package:
Simple Hook and Plug-ins System (XML)
Summary:
Extend class functionality with code define in XML
Groups:
Databases, Language, XML
Author:
Mohammed Cherkaoui
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.


Simple Hook and Plug-ins System (XML)

Package:
Simple Hook and Plug-ins System (XML)
Summary:
Extend class functionality with code define in XML
Groups:
Databases, Language, XML
Author:
Mohammed Cherkaoui
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.


PHProtector

Package:
PHProtector
Summary:
Analyse HTTP requests to detect security attacks
Groups:
HTTP, Logging, PHP 5, Security
Author:
Hugo Sousa
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.


PHProtector

Package:
PHProtector
Summary:
Analyse HTTP requests to detect security attacks
Groups:
HTTP, Logging, PHP 5, Security
Author:
Hugo Sousa
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.


Uploaded Files

Package:
Uploaded Files
Summary:
Iterate over the uploaded files list
Groups:
HTTP, PHP 5
Author:
Christiaan Baartse
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.


Uploaded Files

Package:
Uploaded Files
Summary:
Iterate over the uploaded files list
Groups:
HTTP, PHP 5
Author:
Christiaan Baartse
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.


VaM Cart

Package:
VaM Cart
Summary:
Shopping cart system based on CakePHP framework
Groups:
E-Commerce
Author:
Alexandr
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.


Powered by Gewgley