Class Library
My class library currently contains two classes: MasterPage and DataBase. These are used for page templating and database connectivity on my websites.
The DataBase class only currently works when connecting to MySQL databases.
These can be used in any PHP project, and are free as long as the copyright notice is retained.
To make sure that the latest versions are always available, the class library can be downloaded from a Subversion repository at http://software.clempaul.me.uk/svn/classlib/
For details of how to use the classes please read the documentation.
Change Log
Revision 2:
- Form filling support added to MasterPage.
- "NULL" string support for insertion in DataBase.
Both of these need further work, but are fine in the interim.
