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 PgNewTable::doSelect() in D:
\Serwer\www\palmgames\apps\palmgames\modules\news\actions
\actions.class.php on line 26


You will need to check specific ORM manual, this changes are not related to Symfony (I think maybe I'm wrong ;) ), see the changes maded to the API and so on.

--
Cheers
ReynierPM

--
You received this message because you are subscribed to the Google Groups "symfony 
users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to