After exploring a lot about zf2 database and model chapter: i did not understand what is most preferable for database part whether to use Tablegateway(As mentioned in the document file) or zend_db or doctrine2(ORM).
Like which one more features over others.
i need some clarification here..
Thank you
Zend_DB (zf1 ?) or Zend\DB (zf2) is a components of ZF which contain in it TableGateway.
Doctrine is an ORM (Object Relational Mapper).
Now this post is possibly duplicate of This question On Stack
It says :