param

Package:
Summary:
Validate and filter request values
Groups:
Author:
Description:
This class can be used to validate and filter request values.

It can take given POST or GET request values and validate them according to the expected type of the value. The types may be scalar, arrays or objects in JSON format.

The class can also filter values with a maximum length and discard values that seem to be used for SQL injection attempts.

The class can assume a default value for missing or invalid request values.


ShoutPro 1.5.2

ShoutPro is a PHP shoutbox script that lets visitors to your web site communicate quickly and easily. It's kind of like a chat room, but can be included on every page of your site and does not require special software like Java or Flash to load.

IMDB Parser Class

Package:
Summary:
Parse IMDB movie information fetched by FTP
Groups:
Author:
Description:
This class can be used to parse IMDB movie information fetched by FTP.

It accesses a public FTP server to fetch files of movie data from the IMDB site.

The class parses the files and returns the parsed data.

The class requires a Unix/Linux like system or any other that has the wget and gzip commands available.


1No. Pagination

Pagination
Package:
Summary:
Show pagination links for MySQL query results
Groups:
Author:
Description:
This class can be used to show pagination links for MySQL query results.

It can take a given MySQL query and count the total number of the results so it can determine the LIMIT clause parameters to query and show the current query results page range.

The class can also generate navigation links to browse the other pages of the query results.


DCI

Package:
Summary:
Implementation of DCI paradigm to separate logic
Groups:
Author:
Description:
This package is an implementation of the DCI paradigm to separate business and domain logic.

It provides an abstract class that needs to be extended by application business and domain logic classes.

The sub-classes need to register the properties and roles that that they implement and the base class takes care of accessing the role action methods.


Selector and Validator for XHTML parts

Package:
Summary:
Parse HTML to validate it and extract parts
Groups:
Author:
Description:
This class can be used to parse HTML to validate it and extract parts.

It can parse an HTML string using regular expressions and validate it to check if it has malformation errors.

The class can also extract parts of the HTML document given identifier attribute values of the tags that should be extracted.


Another Form generator

Package:
Summary:
Generate and validate forms
Groups:
Author:
Description:
This package can be used to generate and validate HTML forms.

The main class can add inputs of the basic types to the composition of the form and generates HTML to present the form.

It can also assign different types of validation rules to verified by a separate class for each input.

Each input may have its own label and error messages to present when the validation rules are not satisfied.


Liber ORM

Package:
Summary:
Store and retrieve objects as database records
Groups:
Author:
Description:
This class can be used to store and retrieve objects as database records.

The class can take objects of arbitrary types them and insert, update and delete them in a database table according to mapping configuration.

In Spanish:

Esta clase permite al usuario mapear objetos a tablas en bases de datos relacionales como MYSQL. Provee una manera sencilla e intuitiava de implementar la persistencia en nuestra aplicaciones.


Powered by Gewgley