Login   Register  
PHP Classes

Class: DbCodeBuilder

Icontem
elePHPant

  Classes of Christian Velin  >  DbCodeBuilder  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: DbCodeBuilder Support forum
Base name: dbcodeassist
Description: Generate code to access databases as data objects
Version: 0.2
Required PHP version: 5.0
License: Artistic License
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Christian Velin
Name: Christian Velin <e-mail contact>
Published packages: 1 Browse this author's classes Browse this author's classes
Country: Sweden Sweden - PHP jobs in Sweden
Home page: ???

Groups

Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
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 package can be used to generate code for classes to access databases as objects.

It accesses a database to retrieve the information about tables and columns for which it is intended to generate data access classes.

It generates value object classes (VO) to manage the mapped object information with all the necessary getter and setter functions.

It also generates data object class (DAO) to perform the actual database access operations at application runtime, like INSERT, SELECT, UPDATE, and DELETE.

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
Accessible without login Plain text file README Doc. Readme file with guidelines and important points
Accessible without login Plain text file LICENSE Lic. Artistic license
Accessible without login Plain text file AccessBuilder.class.php Class DB info collector class
Accessible without login Plain text file DAOFormatter.class.php Class Code generator for DAOs
Accessible without login Plain text file VOFormatter.class.php Class Code generator for VOs
Accessible without login Plain text file index.php Example Code examples
Files folder image result
  Plain text file User.dao.php Output The DAO file produced for the User table.
  Plain text file User.vo.php Output The Vo file produced by the User table.
Download all files: dbcodeassist.tar.gz dbcodeassist.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.