PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #5519

getter for $autocommit

Details

Request #5519getter for $autocommit
Submitted2005-09-26 10:44 UTC
Fromjeroen at terena dot nl
StatusWont fix
PackageDB
PHP Version5.0.5
OSDebian Linux
Roadmaps(Not assigned)

Comments

[2005-09-26 10:44 UTC] jeroen at terena dot nl

Description:
------------
I'd like to get the current autocommit status, there's no method fot this. $autocommit is marked as private (and rightly so)

Test script:
---------------
a getter an easily be added

function getAutoCommit()
{
return $this->autocommit;
}