Menu

Tree [r3] /
 History

HTTPS access


File Date Author Commit
 .settings 2008-07-30 jakerella [r3] Importing Eclipse project settings
 core 2008-06-12 jakerella [r1] Initial import of classes & tests
 tests 2008-06-12 jakerella [r1] Initial import of classes & tests
 util 2008-06-12 jakerella [r1] Initial import of classes & tests
 .project 2008-07-30 jakerella [r3] Importing Eclipse project settings
 README.txt 2008-06-13 jakerella [r2] Added README.txt for distro

Read Me

**********************************************************
**  PHP-ORM                                             **
**  0.1a                                                **
**                                                      **
**  This project is released under the LGPL license.    **
**                                                      **
**********************************************************

CHANGELOG
-------------------------

- 0.1a -
   Initial release


SYSTEM REQUIREMENTS
-------------------------

You will need to be using PHP 5.1.x + in order to use this code.
At this time, you will need to be using MySQL 4.x + as well.


USAGE NOTES
-------------------------

To Use these classes, simply include the /core/DBEntity.php and 
/util/DBConn.php files in your PHP path. Then extend DBEntity 
similar to /test/User.php and configure to meet your needs.