A very simple class that reads an XML document, parses it into a PHP object and allows easy access to the variables from within PHP.
Dissociate very simple HTML code from PHP code. A programer can easily rewrite an HTML project done by a graphic artist and turn it into a VST template. VST uses a comment tag system, so the graphic artist can edit the VST template with the software
Use this class to validate your database inputs or mail forms. In the first version it is only possible to validate simple text, numbers (with decimals), (US) dates and email addresses. Invalid form fields will be reported inside a detailed error mes
A collection of functions that generate randomness in a useful manner, such as random phone numbers, zip-codes, states, MS-style GUIDs and more.
PHP unit tester and mock objects generator.
A collection of functions to generate various random objects. This is the base library for randomization of objects which is made useful by a separate package.
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, benchma
An open source PHP debug library with a long list of functions.
This tool facilitates the creation of Java and PHP classes in Javabeans style. It is useful if you would like to generate a class over a MySQL table that would have a constructor, saving and drop options, and the possibility to enter and query intern
A PHP object that can be used to validate the presence of HTML form data. The function simply checks if a variable is not null. The class is intended to be called after the end-user has submitted an HTML form. Can check multiple fields at once and ch |