I would be interested in this, as it would solve the problem I described in my other email where the prepared statements bypass the query cache ...
Regards, Kendall Bennett, CEO A Main Hobbies 424 Otterson Drive, Suite 160 Chico, CA 95928 1-800-705-2215 (Toll-Free) 1-530-894-0797 (Int'l & Local) 1-530-894-9049 (Fax) http://www.amainhobbies.com ________________________________ From: till <[email protected]> Date: Sun, 14 Jun 2009 12:06:13 -0700 To: Matthew Ratzloff <[email protected]> Cc: Tobias Gies <[email protected]>, Benjamin Eberlei <[email protected]>, Zend Framework General <[email protected]>, <[email protected]> Subject: Re: [fw-general] A Zend_Db Adapter for ext/mysql (mysql_*) Don't want to hijack this thread -- but we recently developed an ext/mysqli-based adapter which doesn't use prepared statements. Does anyone have any interest in the code -- I'd look into opensourcing it then. Till On Sun, Jun 14, 2009 at 5:52 PM, Matthew Ratzloff<[email protected]> wrote: > Sure. I never said it should be Zend namespaced, you know. ;-) > -Matt > On Sat, Jun 13, 2009 at 4:02 PM, Tobias Gies <[email protected]> > wrote: >> >> Hi, >> >> Matthew, I don't think this should be included in the Zend namespace. >> Ben, you have done some excellent work on this adapter, I think it's >> great, but in my opinion, we shouldn't include adapters for "outdated" >> libraries in the framework. It might fit nicely into ZendX, but I'd >> rather not have it included in the main framework. >> >> Best regards, >> Tobias >> >> 2009/6/13 Matthew Ratzloff <[email protected]>: >> > CLA? Proposal? Inclusion in the framework? :-) >> > >> > -Matt >> > >> > On Saturday, June 13, 2009, Benjamin Eberlei <[email protected]> >> > wrote: >> >> Hello everyone, >> >> >> >> I have a project that i slowly want to migrate to Zend Framework. This >> >> project >> >> uses ext/mysql all over the place and therefore requires an adapter of >> >> this >> >> type to keep the number of database connections small. I wrote this >> >> adapter >> >> using soley mysql_* functions, which emulates prepared statements and >> >> works >> >> exactly like any other Zend_Db adapter, even works with Zend_Db_Table. >> >> >> >> Its passing all unittests of the Zend_Db test suite so should be pretty >> >> stable. >> >> >> >> If anyone needs this, i put it up on GitHub: >> >> http://github.com/beberlei/Zend_Db-Adapter-for-ext-mysql/tree/master >> >> -- >> >> Benjamin Eberlei >> >> http://www.beberlei.de >> >> >> > > >
