Jump to content

PHP Object Generator

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Joelwan (talk | contribs) at 20:16, 17 April 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.