up vote 0 down vote favorite
share [g+] share [fb]

need to use a good PHP ORM that has elements of Datamapper and i am not clever enough to code it myself.

chosen doctrine, but after reading through the user guide, cannot find anything that says how to use identity map to lower calls to database.

please show me how to have identity map in doctrine ORM?

just read and understood stuff like datamapper, activerecord, identity map, domain model YESTERDAY via fowler's PEAA book.

so please go a bit more details in the answers. thank you.

link|improve this question

58% accept rate
feedback

1 Answer

As seen in this article Doctrine 2 supports the identity map pattern

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.