Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Thanks for your reply @Cerad. And thank you for taking the time to actually give code samples. When you say 'ar', do you mean Active Record? Which ORM were you using earlier? Commented Aug 4, 2016 at 17:04
  • AR = aggregate root. Sorry for the confusion. I had been using then Doctrine 2 ORM (docs.doctrine-project.org/projects/doctrine-orm/en/latest) which is based on the data mapper pattern. In the land of PHP, Doctrine is probably the most widely used orm out there. Commented Aug 4, 2016 at 18:02