I'm useing Zend_Db_Table to get data.
Like:
$rowset =
$detail->fetchAll($_SESSION['where'],$_SESSION['order'],$rows,$F_Start*$rows);I want to catch if there's any error and write the wrong sql into Log file. How can I get the sql which has been excuted by Zend_Db_Table? Thanks -- View this message in context: http://www.nabble.com/about-Zend_Db_Table-tp15731601s16154p15731601.html Sent from the Zend Framework mailing list archive at Nabble.com.
