From a57ead00a69cd5240dd7549fa3a7da8d4e717749 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Mon, 20 Jun 2011 13:30:47 +0000 Subject: further polishing --- framework/Base/TModel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/Base/TModel.php') 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 - * @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 */ -- cgit v1.2.3