PEAR is archived and read-only

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

Home » Database » MDB_QueryTool » Bug #7532

Warning in the constructor MDB_QueryTool_Result_Row

Details

Submitted2006-05-01 13:31 UTC
Fromsima at igldesign dot cz
Assignedquipo
StatusClosed
PackageMDB_QueryTool
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-05-01 13:31 UTC] sima at igldesign dot cz

Description:
------------
$this->useResult('object');
$res = $this->getCol('id');
$row = $res->fetchRow();

Actual result:
--------------
Warning: Invalid argument supplied for foreach() in \MDB\QueryTool\Result\Object.php on line 62