propel Questions

2

Solved

I've seen plenty of comparisons of Doctrine vs Propel, but none of them has actually convinced me to choose Doctrine over Propel. I've been using Propel for a while now and almost every compariso...
Palingenesis asked 19/10, 2010 at 14:39

3

Solved

I'm overriding my doSave() method to basically do the following: I have a sfWidgetFormPropelChoice field that the user can either choose from, or type a new option. How can I change the widget's va...
Bertrand asked 22/6, 2009 at 22:2

2

Solved

I want to select records that are 1 month old or newer. The query is: SELECT * FROM foobar WHERE created_at > DATE_SUB(curdate(), INTERVAL 1 MONTH) Using Propel in Symfony, I do: $c = new Crit...
Pemberton asked 3/11, 2008 at 22:41

© 2022 - 2024 — McMap. All rights reserved.