Php Object Generator 3.0 (Default branch) |
|
|
PHP Object Generator (POG) is a PHP code generator
which generates clean and tested object oriented
code for your PHP4/PHP5 application. It is meant
to eliminate the time a PHP programmer often
wastes on repetitive coding of the database access
layer of an application simply because different
applications require different objects. By
generating PHP objects with integrated CRUD
methods, POG saves you from writing and testing
SQL queries.
License: BSD License (revised)
Changes:
POG now fetches result set arrays where possible
(which provides a big performance boost). Data
encoding is handled within the database. A new
plugin interface is used. A data encoding sanity
check was added to setup. Siblings can be deleted
without deleting children. Getlist() accepts
column names as filters. Getlist(), GetChild(),
and GetSibling() return all results if no
arguments are passed. A database wrapper class for
PDO was added. The PDO performance was improved.
The plugin API, POG base API, and database API
were made uniform to prevent plugin versioning.
|