Tag: php

  • Doctrine ORM Good Practices and Tricks

    I’d like to share with you a very good video From Marco Pivetta who is part of the Doctrine Project core team Tried to summarize the video in points: Doctrine is for: OLTP, DDD, Object Oriented, not for reporting, use SQL instead Entities should work without ORM and without DB Design the Entities first Entities…