Thanks a lot. Just a quick check with you for sure:
In "X" entity I add this:

public function getProduct() {
   return $this->ProductId;
}

Then in "Info" entity I have this:

public function getInfo() {
   return $this->ProductId;
}

Then use with:
$specificX->getProduct()-getInfo();

Right? Or what these functions should be? I guess getInfo() should be in
Product entity instead of Info entity? If yes, what should be inside the
function that it loads Info entity?

-- 
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