After looking deeper I guess this is not possible to check Credit existence
with User entity object as in its example usage it is using a value (e.g.
email) to check entity existence, so if understood corectly I have to use:
$id = $user->getId();
then use that module to search $userId property of Credit entity with $id
above?
I did not yet test the trick that Menno suggested, but I guess that should
be easier to go....

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to