Login   Register  
PHP Classes
elePHPant
Icontem

Class: DbCodeBuilder

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Christian Velin  >  DbCodeBuilder  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: DbCodeBuilder
Base name: dbcodeassist
Description: Generate code to access databases as data objects
Related classes: , , , ,
Version: 0.2
PHP version: 5.0
License: Artistic License
All time users: 1360 users
All time rank: 2361
Week users: 1 user
Week rank: 2467
Picture of Christian Velin
Author: Christian Velin <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: Sweden Sweden - PHP jobs in Sweden
Age: 38
All time rank: 154417 in Sweden Sweden
Week rank: 1634 Down15 in Sweden Sweden Up


  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.

 

  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

  Rate classes User ratings   Applications   Files Files  

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Good (81.2%)
Good (81.2%)
Sufficient (68.8%)
Sufficient (68.8%)
-
-
Sufficient (62.5%)
611
Month:
Not yet rated by the users

  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 folder image Files  
File Role Description
Files folder imageresult (2 files)
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  /  Files folder image result  
File Role Description
  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.