Home » Database » MDB_QueryTool » Bug #7532
Warning in the constructor MDB_QueryTool_Result_Row
Details
| Submitted | 2006-05-01 13:31 UTC |
|---|---|
| From | sima at igldesign dot cz |
| Assigned | quipo |
| Status | Closed |
| Package | MDB_QueryTool |
| PHP Version | Irrelevant |
| 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