PHP Object Generator

From Wikipedia, the free encyclopedia

PHP Object Generator is an object-oriented code generator written in PHP, modeled after the Object-relational mapping programming pattern.

Contents

[edit] 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

[edit] 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

[edit] Project status

PHP Object Generator is currently under stable development.

[edit] External links

In other languages