sfPropelParanoidBehavior vs Propel 1.3
Just a quick one, mostly for my sake.
If you're trying to use
Easy fix!
In
If you're trying to use
sfPropelParanoidBehavior with (recent? Since r474 (see http://propel.phpdb.org/trac/changeset/474)) Propel 1.3, you'll notice the selects aren't filtering out the deleted items.Easy fix!
In
plugins/sfPropelParanoidBehavior/config/config.php, change (on line 9) Peer:doSelectRS to read Peer:doSelectStmt. Leave the doSelectRS in the array, that's the callback in the plugin which is fine.