Uses of Package
ch.sahits.phpclassgenerator

Packages that use ch.sahits.phpclassgenerator
ch.sahits.phpclassgenerator   
ch.sahits.phpclassgenerator.wizards   
 

Classes in ch.sahits.phpclassgenerator used by ch.sahits.phpclassgenerator
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
DBConnection
          This abstract class handles the connection to the DB.
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
XMLTemplateParser
          Parsing of the XML template using a SAX parser
 

Classes in ch.sahits.phpclassgenerator used by ch.sahits.phpclassgenerator.wizards
CodeGenerator
          The CodeGenerator produces the PHP code for the resulting PHP class.