PHP Object Generator
Appearance
PHP Object Generator is an object-oriented code generator written in PHP, modeled after the Object-Relational Mapping programming pattern.
History
POG started in 2005, when Active Record was gaining popularity. The community has since been growing steadily.
Features
POG (PHP Object Generator) saves the PHP developer time by generating tested and efficient PHP Objects. The programming pattern behind POG is Object-Relational Mapping also known as Active Record or Persistence Layer. Above all else, the generated code has been designed to be extremely clean, easy to understand and use.
- Compatible with PHP4 and PHP5
- Supplies integrated CRUD for database and simplified querying
- Supports multiple databases through different PDO drivers
- Supports generation of parent / child object relations
Project status
PHP Object Generator is currently under stable development.