Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I saw that the function executeMultiple() was removed from MDB2.php. Is there a more effective replacement? Furthermore; Is there a roadmap for mdb2? When we can expect the next release? Regards, atu
Post Follow-up to this messageAtu wrote:
> Hi,
> I saw that the function executeMultiple() was removed from MDB2.php. Is
> there a more effective replacement?
Not really. I just felt that it is just a convinience method that is so
simple that I dont feel it should clutter the core API. I guess I can
add it to the extended module then you could call it like so:
$mdb->loadModule('extended');
$mdb->extended->executeMultiple();
> Furthermore;
> Is there a roadmap for mdb2?
> When we can expect the next release?
Well I am currently swamped with work and there are still issues with
the prepared handing in the oracle driver. If anyone could fix that then
I think I could do a new release asap.
regards,
Lukas
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.