Search code examples
phpdesign-patternsdata-access-layer

What are ORM patterns other than Active Record and Data Mapper?


I've been reading about DAL design and ORMs in PHP and so far I've come across "Active Record" and "Data Mapper".

Are these two the only patterns available or are there more patterns?

Thanks


Solution

  • Not sure about being PHP-specific, but the key design patterns I've used to create ORM functionality, and key patterns I see in well-established ORMs are: