> -----Original Message----- > From: Rohit83 [mailto:[EMAIL PROTECTED] > > i want to know , where we can write manual/user specified > queries in Zend Framework
As Jens said, can we assume you mean SQL queries against a database? You should read the manual sections on Zend_Db_Adapter and Zend_Db_Statement. http://framework.zend.com/manual/en/zend.db.html http://framework.zend.com/manual/en/zend.db.statement.html Without more detail about what you're trying to do, I can't be more specific. Regards, Bill Karwin
