SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: PHP code generators
Hybrid View
-
Jul 23, 2003, 18:39 #1
- Join Date
- Dec 2002
- Posts
- 51
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
PHP code generators
Do you guys have any recomendations on a code generator for php that would generate data layer ( one object per db table).
-
Jul 23, 2003, 19:29 #2
- Join Date
- Jun 2003
- Location
- Iowa, USA
- Posts
- 3,749
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
ran across this recently:
http://titaniclinux.net/daogen/
can't vouch for how well it works however (I have not tried it out)Jason Sweat ZCE - jsweat_php@yahoo.com
Book: PHP Patterns
Good Stuff: SimpleTest PHPUnit FireFox ADOdb YUI
Detestable (adjective): software that isn't testable.
-
Jul 24, 2003, 04:12 #3
- Join Date
- Jan 2003
- Location
- Belgium
- Posts
- 133
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Try PEAR:
B_DataObject..it's great!
http://pear.php.net/manual/en/packag...ro-purpose.php
Bookmarks