Package:
Summary:
Show links to browse MySQL results split in pages
Groups:
Author:
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.
Package:
Summary:
MySQL database abstraction access layer
Groups:
Author:
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
Package:
Summary:
Compose and generate HTML forms programmatically
Groups:
Author:
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.
Package:
Summary:
Keep track of errors in session variables
Groups:
Author:
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.
Package:
Summary:
class to handle errors on web apps
Groups:
Author:
Description:
short class to handle error on web applications.
it store message errors on session.
Package:
Summary:
Compose and generate sitemaps
Groups:
Author:
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.
Package:
Summary:
Obfuscate PHP scripts by replacing variable names
Groups:
Author:
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.