View Single Post
  #5 (permalink)  
Old 08-02-2008, 04:49 AM
fossil_007 fossil_007 is offline
Junior Member
 
Join Date: Apr 2008
Posts: 10
Default Thanks all for you help and advice

Thanks all for you help and advice

i have one more question using join tables
how to delete,update and insert with the joined models(tables) can we do that?

thanks again


Quote:
Originally Posted by StGeneral View Post
If you like OOP I think you'd like to work with DB using objects. Just read about ORM, patterns that were used to build Zend_Db_Table_* classes and the examples of Zend_Db_Table usage. May be it will help you to see their benefits.
As for me, I try to use sql statemensas as less as I can. Only for complex queris and only using Zend_Db_Select object.
Reply With Quote