diff options
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 */ |