Login   Register  
PHP Classes

Class: Code Generator

Icontem
elePHPant

  Classes of Robert Kummer  >  Code Generator  >  Download  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Code Generator Support forum
Base name: codegen
Description: Generate classes to access MySQL table rows
Version: -
Required PHP version: -
License: Freeware
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Robert Kummer
Name: Robert Kummer <e-mail contact>
Published packages: 3 Browse this author's classes Browse this author's classes
Country: Germany Germany - PHP jobs in Germany
Home page: http://www.robert-kummer.de/

Groups

Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Code Generation Compilers and tools that generate code automatically View top rated classes

Detailed description

This class can be used to generate classes that can be used access MySQL database table rows as objects.

The class retrieves the list of fields of a given MySQL database table and generates a class with private variables with the names based on the database table fields.

It also sets getter and setter functions for each of the variables.

All the code is generated with complementary PHPDoc embedded documentation marks.

Currently the class does not generate code to perform the actual database accesses to retrieve and store the values of the table rows.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file generateClass.php Class CodeGenerator base class and commandline execution
Plain text file generate.bat Data command line start program (win)
Download all files: codegen.tar.gz codegen.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.