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
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: