Should this really be in sfContext?
public function retrieveObjects($class, $peerMethod)
{
$retrievingClass = 'sf'.ucfirst(sfConfig::get('sf_orm',
'propel')).'DataRetriever';
return call_user_func(array($retrievingClass, 'retrieveObjects'),
$class, $peerMethod);
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---