Topic: What are the advantages of using Doctrine?
Hi All,
I am 3-4 days old to zend framework I am looking various article and various tutorial and try to learn the zend framework.
Just wanted to get more info on zend frame want to ask few question on using the doctrine.
My Questions are,
1) I have seen online tutorial, and most of the place i found examples where user has used ZEND_DB_TABLE api with insert, update delete, or custom query. Since zend_db_table api is zend inbuild component it will work fast rather than if we use third part layer like doctrine or propel. Please let me know if i am wrong here.
2) If we want to use the doctrine then we need to do additional configuration and learn doctrine
3) Here i am not sure how cache with work with doctrine
i.e. 1) Not sure if doctrine do the query catch or sql output cache in file or memory. If yes then how zend cache will manage it i.e. delete , update or add.
2) If doctrine doing the cache then should we use doctrine method for caching?
3) If we use zend_db_table api's with zend cache, isn't its fast and better?
Please let me know on above points.
Regards,
Ash
Last edited by ashinaidu (2010-07-15 04:40:01)