Tag Archives: custom query

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.