From 2570226fbac3e26b1e94896b50d1db4bc1aa3308 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 17 Dec 2006 22:20:50 +0000 Subject: Add TDataSourceConfig, TSqlMapConfig, TActiveRecordConfig --- framework/Data/SqlMap/Statements/TMappedStatement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Data/SqlMap/Statements/TMappedStatement.php') diff --git a/framework/Data/SqlMap/Statements/TMappedStatement.php b/framework/Data/SqlMap/Statements/TMappedStatement.php index 0989b6ff..feba00a4 100644 --- a/framework/Data/SqlMap/Statements/TMappedStatement.php +++ b/framework/Data/SqlMap/Statements/TMappedStatement.php @@ -106,7 +106,7 @@ class TMappedStatement extends TComponent implements IMappedStatement */ protected function initialGroupByResults() { - $this->_groupBy = new TSQLMapObjectCollectionTree(); + $this->_groupBy = new TSqlMapObjectCollectionTree(); } /** @@ -956,7 +956,7 @@ class TPostSelectBinding * @package System.Data.SqlMap.Statements * @since 3.1 */ -class TSQLMapObjectCollectionTree +class TSqlMapObjectCollectionTree { /** * @var array object graph as tree -- cgit v1.2.3