Hi, I am quite new to the ORM and the Doctrine world and I have to develop an application which uses a lot of complex SQL queries/joins. As the application should be database-agnostic we decided to use doctrine ORM.
I find the Doctrine Documentation quite confusing when it comes to joins, relationship mapping,... Is there a good book on Doctrine ORM or any other ressource/blog/videotutorial/... to gain more understanding of this topic? What i want to learn in particular is how to think in PHP-Object joins instead of joining database tables. Also I am not sure about best practices to design my objects - for now I just let doctrine create the objects from the database, but maybe I should introduce inheritance somewhere and so on... So i think I have to learn more about ORM principles in general ;-) Thanks for any recommendations you have! -- 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.
