On 2 March 2015 at 15:23, Navaraj <[email protected]> wrote: > Hi Marco, > > Thank you for the instant reply. I will see Pinq. I am in the situation > where I need to decide whether to drop traditional SQL and use ORM, so > Doctrine. My client wants everything as object ("No queries and inverted > commas any more") which does not seem to be possible even after using ORM > such as Doctrine. Anyways thank you very much. > > Cheers :) > Navaraj >
Doing everything object-oriented just for the sake of it is very short-sighted, especially considering that an ORM is in first place not an OOP tool (it's a mapper, and mapping is pretty much about extracting state). You may want to read http://ocramius.github.io/brnophp-2014-slides/ Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ -- 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.
