Tag Archives: sfPropelCustomSelectPlugin

sfPropelCustomSelectPlugin sample usage

This article has moved to this location. A few days ago, i’ve made sfPropelCustomSelectPlugin, a plugin that allow to select arbitrary columns without loosing the power of Propel ORM. In this article, i would like to show you how to use the plugin in your application. This plugin was designed to work well with doSelect, [...]

Selecting arbitrary columns using propel

Generally we cannot use hydrate() with a query where we specify our own select columns. Propel always assumes that statements passed to hydrate() contain the full properties for the object. But of course we can still get the object(s) by populating the statements manually. But the problem will arise when we are working with sfPropelPager, [...]

Follow

Get every new post delivered to your Inbox.