Snippets tagged “zend-framework”
1 snippet uses this tag.
- How to print exact sql query in zend framework ?PHP
In Zend Framework, you can use the Zend_Db_Select object's __toString() method to print the exact SQL query that will be executed.
1 snippet uses this tag.
In Zend Framework, you can use the Zend_Db_Select object's __toString() method to print the exact SQL query that will be executed.