Archive for the ‘ Code Development ’ Category
24/10
Contains common data validation routines, such as is_email(), url_responds(), is_country(), etc. for use in your code.
24/10
Form Solution eases using HTML forms: generates form elements, cleans user input, validates/formats date/time inputs, formats addresses to USPS standards and holds variables submitted by forms.
24/10
Ensures credit card numbers are keyed in correctly. Removes unwanted characters then checks against valid number ranges, lengths and checksums.
24/10
This function checks card numbers against the MOD10 algorithm, as well as checking card specific features for Mastercard, Visa, American Express and more.
24/10
A simple class that reads and parses a configuration file to generate variables for PHP programs.
24/10
A set of PHP classes which can be used to manage (read, write, edit) plain text and php config files.
24/10
This class is used to seperate the presentation layer from the data layer in web applications. Specify single and multiple row tags inside a HTML template, which are replaced with chosen data.
24/10
A string translation suite that stores translations in any manner you choose, allowing you to keep the translations seperate from the code and bring them in when needed.
24/10
Replaces default PHP session handling. This one uses MySQL with a bit more security.
24/10
This class creates a web form for a database table and handles all processing of the form including validation of data, inserts, updates and deletes. It is very customisable and flexible, and uses ADODB to connect to databases and simple templates.
24/10
The goal of this package was to provide an API of defines, objects and functions that will help the average developer design with less effort. It includes an auto-loader to retrieve just the modules you need, sessions, database independence, benchmarking, user authentication, browser identification, page navigation, MIME and URL objects, IMAP mail reading/sending support, templates and more.
