diff options
author | ctrlaltca@gmail.com <> | 2011-06-20 13:30:47 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-20 13:30:47 +0000 |
commit | a57ead00a69cd5240dd7549fa3a7da8d4e717749 (patch) | |
tree | 79f1c6af4172564fcdc12dea354d43adc71d8ebc /framework/Base/TModel.php | |
parent | 6dca6e1b868f5456f3151c002113705405099530 (diff) |
further polishing
Diffstat (limited to 'framework/Base/TModel.php')
-rw-r--r-- | framework/Base/TModel.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Base/TModel.php b/framework/Base/TModel.php index 14368b33..e05f26b6 100644 --- a/framework/Base/TModel.php +++ b/framework/Base/TModel.php @@ -11,12 +11,12 @@ Prado::using('System.Base.TModelEvent'); /** - * CModel is the base class providing the common features needed by data model objects. + * TModel is the base class providing the common features needed by data model objects. * - * CModel defines the basic framework for data models that need to be validated. + * TModel defines the basic framework for data models that need to be validated. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: CModel.php 1093 2009-06-05 13:09:17Z qiang.xue $ + * @version $Id: TModel.php 1093 2009-06-05 13:09:17Z qiang.xue $ * @package system.base * @since 1.0 */ |