propel
Project home
If you were registered and logged in, you could join this project.
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
Name |
Summary |
linguafranca |
Database reverse-engineering toolkit for PHP5 |