diff --git a/framework/control.class.php b/framework/control.class.php index 88a1ae7b1e..790c16393f 100755 --- a/framework/control.class.php +++ b/framework/control.class.php @@ -5,7 +5,7 @@ * @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com) * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang - * @package ZenTaoPMS + * @package framework * @version $Id: control.class.php 109 2010-05-02 15:42:08Z wwccss $ * @link http://www.zentao.net */ @@ -13,7 +13,7 @@ /** * The base class of control. * - * @package ZenTaoPMS + * @package framework */ class control { diff --git a/framework/helper.class.php b/framework/helper.class.php index 9f1854b86d..0fa824bc4b 100644 --- a/framework/helper.class.php +++ b/framework/helper.class.php @@ -5,14 +5,14 @@ * @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com) * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang - * @package ZenTaoPMS + * @package framework * @version $Id: helper.class.php 111 2010-05-11 08:17:32Z wwccss $ * @link http://www.zentao.net */ /** * The helper class, contains the tool functions. * - * @package ZenTaoPMS + * @package framework */ class helper { diff --git a/framework/model.class.php b/framework/model.class.php index 82f1819ac7..87ec8ce215 100755 --- a/framework/model.class.php +++ b/framework/model.class.php @@ -1,18 +1,18 @@ - * @package ZenTaoPHP + * @package framework * @version $Id: model.class.php 135 2010-09-14 03:23:35Z yuren_@126.com $ * @link http://www.zentao.net */ /** * The base class of model. * - * @package ZenTaoPMS + * @package framework */ class model { diff --git a/framework/router.class.php b/framework/router.class.php index ffec4fe12b..50c35c14d5 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -5,14 +5,14 @@ * @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com) * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang - * @package ZenTaoPMS + * @package framework * @version $Id: router.class.php 111 2010-05-11 08:17:32Z wwccss $ * @link http://www.zentao.net */ /** * The router class. * - * @package ZenTaoPMS + * @package framework */ class router { @@ -1474,7 +1474,7 @@ class router /** * The config class. * - * @package ZenTaoPMS + * @package framework */ class config { @@ -1500,7 +1500,7 @@ class config /** * The lang class. * - * @package ZenTaoPMS + * @package framework */ class language { @@ -1540,7 +1540,7 @@ class language /** * The super object class. * - * @package ZenTaoPMS + * @package framework */ class super { diff --git a/lib/dao/dao.class.php b/lib/dao/dao.class.php index ad47c8b6c0..6a804de5ca 100755 --- a/lib/dao/dao.class.php +++ b/lib/dao/dao.class.php @@ -1,11 +1,11 @@ - * @package ZenTaoPHP + * @package framework * @version $Id: dao.class.php 134 2010-09-11 07:24:27Z wwccss $ * @link http://www.zentao.net */ @@ -13,7 +13,7 @@ /** * DAO, data access object. * - * @package ZenTaoPHP + * @package framework */ class dao { @@ -1005,7 +1005,7 @@ class dao /** * The SQL class. * - * @package ZenTaoPHP + * @package framework */ class sql { diff --git a/lib/filter/filter.class.php b/lib/filter/filter.class.php index 1214af94f2..885823a5cf 100755 --- a/lib/filter/filter.class.php +++ b/lib/filter/filter.class.php @@ -1,18 +1,18 @@ - * @package ZenTaoPHP + * @package framework * @version $Id: filter.class.php 134 2010-09-11 07:24:27Z wwccss $ * @link http://www.zentao.net */ /** * validate类,提供对数据的验证。 * - * @package ZenTaoPHP + * @package framework */ class validater { @@ -133,7 +133,7 @@ class validater /** * fixer类,提供对数据的修正。 * - * @package ZenTaoPHP + * @package framework */ class fixer { diff --git a/lib/front/front.class.php b/lib/front/front.class.php index 36bbf85d9f..558ffedc31 100644 --- a/lib/front/front.class.php +++ b/lib/front/front.class.php @@ -5,7 +5,7 @@ * @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com) * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang - * @package ZenTaoPMS + * @package framework * @version $Id$ * @link http://www.zentao.net */ diff --git a/lib/pager/pager.class.php b/lib/pager/pager.class.php index fba9471d74..1d3a0a8272 100755 --- a/lib/pager/pager.class.php +++ b/lib/pager/pager.class.php @@ -1,18 +1,18 @@ - * @package ZenTaoPHP + * @package framework * @version $Id: pager.class.php 134 2010-09-11 07:24:27Z wwccss $ * @link http://www.zentao.net */ /** * Pager class. * - * @package ZenTaoPHP + * @package framework */ class pager {