Home > Archive > PHP Pear > November 2004 > mdb2 cvs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| 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
| |
| Lukas Smith 2004-11-29, 4:04 pm |
| Atu 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
|
|
|
|
|