From 4d02feae9d948b28ec24df42ebf498ec24beaae5 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 04:37:36 +0000 Subject: Ensured parent::__construct calls within Testing --- framework/Testing/Data/TDbDataReader.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Testing/Data/TDbDataReader.php') diff --git a/framework/Testing/Data/TDbDataReader.php b/framework/Testing/Data/TDbDataReader.php index 6014ff04..ae14e18a 100755 --- a/framework/Testing/Data/TDbDataReader.php +++ b/framework/Testing/Data/TDbDataReader.php @@ -43,6 +43,7 @@ class TDbDataReader extends TComponent implements Iterator */ public function __construct(TDbCommand $command) { + parent::__construct(); $this->_statement=$command->getPdoStatement(); $this->_statement->setFetchMode(PDO::FETCH_ASSOC); } -- cgit v1.2.3