I have a class I'm converting to use in a ZF project, and would like to
convert all of its data calls to use Zend_DB_Select. However I have one
query that was written using BETWEEN in its where clause. Is there a way
to do this with ZF (barring sending the SQL to query())? Or should I
just convert it to multiple where()'s with >=, and <= type of
statements?
 
I found this issue for this, but it doesn't look like its going to get
traction since BETWEEN isn't supported by all adaptors.
http://framework.zend.com/issues/browse/ZF-2211
<http://framework.zend.com/issues/browse/ZF-2211> 
 
Thanks,
 
--
Eric Marden
Sr. PHP Developer

Reply via email to