PHP ORM consists of two components which work together to streamline the database connection portion of your web site development. PHP ORM relies on PDO and a collection of classes which encapsulate and simplify tedious database connection details such as logon credentials, query result set handling, error handling, and object-relational mapping. The components of PHP ORM (database connections & object-relational mapping) were designed to be used together but it is also possible and very easy to utilize the database connection portion alone.
Details about this framework can be viewed at: http://phporm.thewittyrejoinder.com/
Current Status: Early Beta (0.0.1)
Comments about this framework can be posted to sourceforge by using the form below.




