PHP DAO/VO Generator Code
Status: Beta
Brought to you by:
rickbeton
File | Date | Author | Commit |
---|---|---|---|
.idea | 2012-01-26 | rickbeton | [r27] Error handling improved. |
docs | 2007-03-13 | rickbeton | [r5] SVN properties now set correctly. |
src | 2012-01-26 | rickbeton | [r27] Error handling improved. |
test | 2012-01-26 | rickbeton | [r26] Repaired the ClassInsert section. |
.project | 2007-03-13 | rickbeton | [r5] SVN properties now set correctly. |
COPYING | 2007-03-13 | rickbeton | [r5] SVN properties now set correctly. |
INSTALL | 2007-03-13 | rickbeton | [r5] SVN properties now set correctly. |
README | 2007-03-13 | rickbeton | [r5] SVN properties now set correctly. |
build.bat | 2007-03-13 | rickbeton | [r5] SVN properties now set correctly. |
build.properties | 2012-01-21 | rickbeton | [r17] setup work for better testing |
build.xml | 2012-01-21 | rickbeton | [r19] Insert now done using prepared statement. Furth... |
loadSchema.sh | 2012-01-21 | rickbeton | [r17] setup work for better testing |
PHPDAO By Richard Beton This consists of three elements: 1. A Python script generates PHP code from an SQL schema. The schema must be in a fixed format, e.g. as produced by phpMyAdmin (which is available from SourceForge.net) 2. A PHP class for wrapping SQL calls. This is used by the generated PHP classes. 3. Example code illustrating possible usage of the tool.