libretime/airtime_mvc/library/propel
Naomi 713e4b310b CC-5450 : Refactor Media Management (Classes/DB) in Airtime
upgrading to propel 1.7

creating namespaces in Propel, using these namespaced models within the existing code.
starting test new tables for a new media management system.
2013-10-24 17:44:53 -04:00
..
generator CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00
runtime CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00
test CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00
CHANGELOG CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00
INSTALL CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00
LICENSE CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00
README.md CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00
composer.json CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00
phpunit.xml.dist CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2013-10-24 17:44:53 -04:00

README.md

Propel #

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

Build Status Total Downloads Latest Stable Version

A quick tour of the features

Propel has some nice features you should know about:

  • It's a fast and easy way to manage your database;
  • It provides command line tools for generating code (well documented with an IDE-friendly syntax);
  • It's very flexible: you can simply extend Propel;
  • It uses PDO (PHP Data Objects) so it allows you to use the RDBMS of your choice (MySQL, SQLite, PostgreSQL, Oracle and MSSQL are supported);
  • Propel is an open-source project which is well documented.

Installation

Read the Propel documentation.

License

Propel is an open-source project released under the MIT license. See the LICENSE file for more information.