I am talking about doing something like this: LOCK TABLE page WRITE; SELECT * FROM pag开发者_StackOverflow中文版e WHERE col = \'value\';
I\'m connecting to SQL Server using the Zend_Db_Adapter_Sqlsrv via SQL Server driver for PHP Wondering how I can insert a date which is read in from a web form in format dd/mm/yyyy into a datetime co
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
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.