PHP5 Class Generator

PHP5 Class Generator like it's name, it's a PHP5 class generator. This script reads a database(using pear's MDB2) and generates a PHP5 compatible class. Requirements:

  • PHP 5
  • PEAR
  • PEAR MDB2: 

Class Features:

  • Basic class functions: __construct(), __destruct(), get(), set()
  • Basic database functions: Insert(), Update(), Delete(), Select()
  • Creates maxlength properties
  • PHP5 Compatible
  • Object Oriented
  • PhpDocumentor Compatible
  • Database abstraction layers with PEAR's MDB2 (compatible with MySQL, PostgreSQL, MSSQL etc ...)
  • Error management with PEAR's PEAR_ErrorStack class

Project Links: Google code: http://code.google.com/p/php5classgenerator/ Sourceforge: http://sourceforge.net/projects/php5classgen/ Official group: http://groups.google.com/group/php5classgen

Subscribe to PHP5 Class Generator

Email:

Visit this group

Links: PHP; http://www.php.net PEAR; http://pear.php.net/ PEAR MDB2; http://pear.php.net/package/MDB2 phpDocumentor; http://www.phpdoc.org/ Versions: PHP5 Class Generator is actualy in beta testing actual version: 1.0.beta License: PHP5 Class Generator by Christopher Lauzière is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.