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 need to sort a query by 2 columns. Is this possible using propel? i tried: $c->addAscendingOrderByColumn(self::COL1); $…
symfony-1.4 propelI'm starting a new project with Symfony2 and I'm not really sure which ORM to choose. I've heard some bad …
orm symfony doctrine-orm propelI'm having quite a bit of trouble rewriting a simple query using methods provided by Propel 1.6. The query is as …
php propelI'm attempting to install the Propel ORM on CentOS which has a dependency for phing. I've run the following which …
php installation pear propel phing