Hi.
I had to insert some data by hand in the database and now I have this
situation.
(Btw I'm using doctrine)
This piece of code:
$locations = $client->getLocations();
returns an empty set while this one:
$locations =
Doctrine_Query::create()->from('Location')->where('client_id =
?',$client->id)->execute();
works just fine.
$client->getLocations() used to work just fine before I manually
inserted in the database. Any ideea why this is happening?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---