summaryrefslogtreecommitdiff
path: root/framework/Data
diff options
context:
space:
mode:
authorxue <>2008-03-07 16:13:12 +0000
committerxue <>2008-03-07 16:13:12 +0000
commite9c45a3b94f0e32a89d59b731b756e9a88e77348 (patch)
treeab236991303a8c7425df408e5594c71ba8f064d1 /framework/Data
parent137150ba2ede5e336f65bf5923c97083d2d73a6c (diff)
Fixed #798.
Diffstat (limited to 'framework/Data')
-rw-r--r--framework/Data/TDataSourceConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Data/TDataSourceConfig.php b/framework/Data/TDataSourceConfig.php
index df444e97..5e74c4cb 100644
--- a/framework/Data/TDataSourceConfig.php
+++ b/framework/Data/TDataSourceConfig.php
@@ -32,7 +32,7 @@ Prado::using('System.Data.TDbConnection');
* function onLoad($param)
* {
* $db = $this->Application->Modules['db1']->DbConnection;
- * $command->createCommand('...'); //...
+ * $db->createCommand('...'); //...
* }
* }
* </code>