CTED]>
To: fw-general@lists.zend.com
Sent: Thursday, October 4, 2007 5:30:46 PM
Subject: RE: [fw-general] Abstracting model queries
DIV {
MARGIN:0px;}
There should be no optimization difference between using
Zend_Db_Select and writing your own SQL queries manually. All
Zend_Db_Select doe
There should be no optimization difference between using Zend_Db_Select
and writing your own SQL queries manually. All Zend_Db_Select does is
build a SQL string from pieces you specify. In most cases, the
resulting SQL is identical to what you would write by hand.
Here's a suggestion to answer