PHP Object Generator
Appearance
![]() | This article needs attention from an expert in Computer science. Please add a reason or a talk parameter to this template to explain the issue with the article. |
![]() | The topic of this article may not meet Wikipedia's general notability guideline. (October 2006) |
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 POG community has since been growing steadily. POG has been featured on several PHP news websites such as International PHP Magazine and PHP 5 Magazine
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 PHP Data Objects drivers
- Supports generation of parent / child object relations
Project status
PHP Object Generator is currently under stable development.