Monthly Archiv: September, 2009

Page nav class

Package:
Page nav class
Summary:
Show links to browse MySQL results split in pages
Groups:
Databases, HTML
Author:
Sreekanth Dayanand
Description:
This package can be used to show links to browse MySQL results split in pages.

It takes a given SQL query and determines the total number of result rows that may return.

Then it executes the query to return only the rows of the current page considering a given limit of rows to show per page.

It can also generate links to go to the different pages among which the results listing is split.


MySQL for PHP 5

Package:
MySQL for PHP 5
Summary:
MySQL database abstraction access layer
Groups:
Databases, PHP 5
Author:
Jonathan Discipulo
Description:
This class is a MySQL database abstraction access layer. It can:

- Establish connections to a database host
- Execute SQL queries
- Retrieve query results into arrays
- Retrieve the number of result set rows and the last inserted identifier


HTML Form Generator

Package:
HTML Form Generator
Summary:
Compose and generate HTML forms programmatically
Groups:
HTML, PHP 5
Author:
Lasantha Samarakoon
Description:
This class can be used to compose and generate HTML forms programmatically.

It comes with a main form class and several classes that abstract the different types of HTML elements, like: text, password, hidden, select, radio, checkbox, label and submit buttons.

The main class can add one or more elements to the composition of the form and then generate the HTML for the form and all the elements. The generated form is returned as a single string.


Class Error

Package:
Class Error
Summary:
Keep track of errors in session variables
Groups:
Debug, User Management
Author:
marcelo entraigas
Description:
This is a very simple class that can be used to keep track of errors in session variables.

It can take an error message and store it in a session variable. Multiple error messages may be stored in an array variable.

The class can also flush and display errors in an HTML page.


Sitemap Manager

Package:
Sitemap Manager
Summary:
Compose and generate sitemaps
Groups:
PHP 5, Searching, XML
Author:
Sucameli Giuseppe
Description:
This package can be used to compose and generate sitemaps.

It can compose a sitemap by either adding individual URLs or adding sitemap item objects that contain information more details for each URL, like the last modification time of the page, update frequency and weight.

The composed URL can be saved to a given file.


PHP Code Encryption

Package:
PHP Code Encryption
Summary:
Obfuscate PHP scripts by replacing variable names
Groups:
Code Generation, PHP 5, Utilities and Tools
Author:
Ewg
Description:
This class can be used to Obfuscate PHP scripts by replacing variable names.

It can parse a given PHP script and replace the names of the variables it uses with more obfuscated names.

The new names of the replaced variables can be retrieved by looking at a variable of the class.


Powered by Gewgley