Inside Propel ; an open-source Object-Relational Mapping (ORM) for PHP5

Propel allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.

Propel gives you, the web application developer, the tools to work with databases in the same way you work with other classes and objects in PHP.
  • Propel gives your database a well-defined API.
  • Propel uses the PHP5 OO standards -- Exceptions, autoloading, Iterators and friends.
Propel makes database coding fun again.
Propel is built for developers who need to keep control of their code:
  • Extensibility is at the heart of Propel's design; whatever you need to customize, Propel allows you to do so in a snap.
  • Propel can get out of your way for when you need custom queries or hyper-optimized transactions.
  • If you need to change your RDBMS in the course of the project, rebuild your model and you're ready to go. Propel supports MySQL, PostgreSQL, SQLite, MSSQL, and Oracle.
  • The code generated by Propel is well commented, IDE-friendly and easy to use.BY TAATJENE

Popular Posts