Jump to content

PHP Object Generator

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by B. Wolterding (talk | contribs) at 17:34, 21 July 2007 (Asking for expert review by WikiProject Computer science). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.