[symfony-users] Changes in models?

2010-01-25 Thread Pax95
I have a book writing about Symfony 1.0 and tricks written there doesn't work anymore in 1.4. What is equivalent of ModelPeer::doSelect ()? Code: $this-Welcome = PgNewTable::doSelect( new Criteria ); Error: Fatal error: Call to undefined method PgNewTable::doSelect() in D:

Re: [symfony-users] Changes in models?

2010-01-25 Thread ReynierPM
On 1/25/2010 12:04 PM, Pax95 wrote: I have a book writing about Symfony 1.0 and tricks written there doesn't work anymore in 1.4. What is equivalent of ModelPeer::doSelect ()? Code: $this-Welcome = PgNewTable::doSelect( new Criteria ); Error: Fatal error: Call to undefined method