SQL Syntax Highlighter
There are many pastebins that offer many forms of syntax highlighting. But if you need a simple, single purpose script to highlight SQL queries then this is it. The class will syntax highlight any SQL query and by simple substitution from an array of SQL related words.',
PDO2XML
This class takes a PDO statement object and converts the database results into an XML string. The XML string can be used directly or written to a file for caching or other uses. By implementing SPL traversable the iterations over the database results are optimal for large result sets.
Phproogle Docs
In response to the flood of responses about the phproogle class to make the creation of Google Maps with PHP simple, an API document has been produced to help speed up development time. The user docs cover all the methods and properties for making Google Maps with PHP and the phproogle class.
Phproogle
This is the home of the PHPRO phproogle class. This is one of the most often requests received at PHPRO.ORG for help with the Google Maps API. The phproogle class allows developers to create Google Maps and mashups with PHP without any need to learn javascript of the Google Maps API
Basic PHP Calendar Class
This class is provides the bare bones functionality to creating a PHP calander class. The class itself is complete but does very little and can be extended or build upon to create any type of calander solution. The dates are all gained via PHP rather than using a database so it is very portable and extensible.
PDOFormGen
Ever needed to dynaically create a HTML form from a database to add or edit data? Ever needed to map different form field types to database fields? This form generation class does all this and more and uses PDO as the database driver.
PDOFormGen Doc
Due to the unprecedented amount of emails recieved for support for this class, a seperate documentation page has been created to deal with issues as they arise.
PHP Classes Launch
PhPro is happy to introduce a new section on classes. this is not a tutorial on Object Oriented Programming but a collection of classes we have put together to enable rapid development within a OO model
Template Class
For those who need a simple and efficent method of templating and caching this class bundles all the goodness into one and provides much flexibility with low complexity.






