This package can be used to generate the code of classes to access MySQL database tables.
It uses Smarty templates to generate all the code for the classes and other scripts.
The generated classes perform the usual database access operations like establishing database connections and executing SELECT, UPDATE, INSERT and delete SQL queries.
The templates from which the code is generated are customizable to the developer needs.
The package can be extended by plug-ins that allow the developers to generate code to implement additional features. |