Hi, How can we check the SQL string created by select?
for example: given this $select->where ( <conditions>); $select->orwhere ( <conditions>); $select->order ( <conditions>); I want to check the complete SQL statement it has created Zend_Debug::Dump($select) doesn't provide what I wanted to know. Thanks -- ======================= Registered Linux User #460714 Currently Using Fedora 8, 10 =======================
