Scrubs scrubs Object-relational mapping / Data persistence tool This package is an object relational mapping and data persistence tool for Web application development. It allows the developer to define a database schema in xml, and generates data object classes that the developer will use to persist ...
POG - PHP Code Generator phpobjectgenerator Generate object-relational mapping classes This package can be used to generate classes that map data in relational database tables in PHP objects using the Active Record design pattern. It can generate classes optimized to work under PHP 4, PHP 5 or PHP ...
Class Generator cg Generate classes to access MySQL database tables This class can be used to generate the code of object-relational mapping (ORM) classes to access MySQL database tables. It retrieves the list of fields of a given database table and generates classes with functions to create, retrieve ...
pork.dbObject pork_dbobject Map objects into MySQL database table rows This provides classes that perform object-relational mapping using the Active Record design pattern. It can store and retrieve persistent objects into MySQL database table rows. The base data object class provides automatic getter ...
SQL Data sqldata Generate classes to store objects in SQL databases SQLData is an extension of the dm.DB class. SQLData provides object-relational mappings to store and retrieve persistent objects in an SQL database. SQLData comes with additional scripts for generating classes to be used by applications ...
Lumine lumine Object-relational mapping tool This package is an object-relational mapping tool combining the styles of two frameworks: Hibernate and PEAR::DB_DataObjects. It can manage information in objects to be stored and retrieved in relational databases. It uses XML files to define how tables ...
... in relational databases This package can be used to retrieve and store objects in SQL database tables. It works by performing what is called object-relational mapping (ORM). This package can create generic objects which can be accessed and changed like any other Plain Old PHP Object (POPO). It loads ...
... data in database This class can be used to provide an object oriented interface to access database table rows performing what is usually called object-relational mapping (ORM). Props for Mr. Kremsa from Kremsa Design (www.bykd.com) for the idea of the first version of this class which is used in his ...