Propel is an open-source object-relational mapping (ORM) for PHP 5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.
I am using the following feature from propel http://www.propelorm.org/documentation/09-inheritance.html. I am also using Symfony2 …
symfony propel twig single-table-inheritanceI'm using Symfony 2.1 forms with PropelBundle and I'm trying to refactor a form that had a drop-down list of objects (…
propel symfony-forms symfony-2.1I have a big php object that I want to serialize and store in a MySql database. The table encoding …
php mysql encoding propel object-serializationIs there any plugin that directly exports MYSQL Workbench data model directly to YML for Propel consumption?
mysql yaml propel mysql-workbenchIn Doctrine I can do: public function getCount() { $q = $this->createQuery('q') ->select('*') ->…
php symfony1 propel