|
Class Summary |
| Activator |
The activator class controls the plug-in life cycle
$Revision: 1.2 $ changed by $Author: hotzst $ at $Date: 2007/08/18 16:39:05 $ |
| ClassDeclaration |
Definition of the class |
| CodeGenerator |
The CodeGenerator produces the PHP code for the resulting PHP class. |
| DBConnection |
This abstract class handles the connection to the DB. |
| DBConnectionFactory |
This factory gets you the appropriate DBConnection class for your DB product |
| DBField |
Bean representation of a DB table field
with a name, a type and a null allowed constraint |
| DBStructure |
Bean with the DB structure
The list of unique keys is not supported. |
| MethodDeclaration |
Represents the structure of a PHP method |
| MySQLConnection |
This class handles the connection to a MySQL DB. |
| XMLTemplateParser |
Parsing of the XML template using a SAX parser |