ez projects / ezpersistentobject_generator
UNIX name | Owner | Status | Version | Compatible with |
---|---|---|---|---|
ezpersistentobject_generator | Kristof Coomans | planning | 0.1 | 3.8 |
Currently, a script compatible with MySQL 5.x is provided. Most likely this script is compatible with other relational database systems that have the information_schema table database, though this was not tested yet and should be done with caution.
The Subversion repository is structured as follows:
php mysql_persistent_generator.php --list=tables
php mysql_persistent_generator.php --list=columns [table_name]
php mysql_persistent_generator.php [table_name][class_name]