I have a project in which I use more than one adapter. So In ma models i created an abstract model abstract My_Config1_Model extends Zend_Db_Table_Abstract
I\'ve to change the value of protected $_autoQuoteIdentifiers but I don\'t know how开发者_运维问答.
Once again a Zend Framework question! Any help is appreciated. I have a DB table class which i want to use to insert/update rows when a form is posted, and i would like to use the save() method so it
I am trying to use the Zend Framework without using the MVC structure, specifically the Db_Table classes.