Login | Register
My pages Projects Community openCollabNet

propel
Project home

If you were registered and logged in, you could join this project.

Summary Object persistence and query service for PHP5
Categories libraries, construction
License GNU Lesser Public License
Owner(s) hlellelid, micha

Propel is an object persistence layer for PHP5 based on Apache Torque. In practical terms, Propel allows you to use objects instead of SQL to read and write rows in your database tables. Propel is composed of two tools: (1) a generator that creates SQL definition files (DDL) and PHP classes for your datamodel, and (2) a runtime engine that transparently handles object persistence and retrieval. Propel makes it easy to customize generated classes and, by using XML for the datamodel definition, can be easily integrated with an existing application framework.

See the Propel Homepage for downloads and documentation.

Subprojects

Filter this list
Name Summary
linguafranca Database reverse-engineering toolkit for PHP5