HTML Form Generator

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.


Class Error

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.


Sitemap Manager

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.


PHP Code Encryption

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.


PHP Encryption

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.


Dispatcher

Package:
Summary:
Dispatch events to registered handler classes
Groups:
Author:
Description:
This class cam be used dispatch events to registered handler classes.

It can register a class to handle events with a given name.

When an event occurs, the class can dispatch it by creating and calling an object of the registered handler class.

This class may also retrieve the response of event dispatching call returned by the handler class.


[Free] New Free Web Host with Site Builder and Free Web Templates

Google Sites has been added to the Free Web Hosts with Site Builders or Free Web Templates page. They provide free web hosting with a rudimentary online web editor, and may be useful if you want to create a hobby website. It doesn't allow the use of a domain name, though, so it probably isn't all that useful if you want your site to last. (See my article on Is it Possible to Create a Website Without Buying a Domain Name? The High Price of "Free". if you don't know why this is so.)

Powered by Gewgley