* change zentaophp to zentaopms.

* change package to framework.
This commit is contained in:
wangchunsheng
2010-11-13 01:50:49 +00:00
parent d8ddbdc1f5
commit 4b2498f712
8 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -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 <chunsheng@cnezsoft.com>
* @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
{
+2 -2
View File
@@ -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 <chunsheng@cnezsoft.com>
* @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
{
+3 -3
View File
@@ -1,18 +1,18 @@
<?php
/**
* The model class file of ZenTaoPHP.
* The model class file of ZenTaoPMS.
*
* @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 <chunsheng@cnezsoft.com>
* @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
{
+5 -5
View File
@@ -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 <chunsheng@cnezsoft.com>
* @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
{
+4 -4
View File
@@ -1,11 +1,11 @@
<?php
/**
* The dao and sql class file of ZenTaoPHP.
* The dao and sql class file of ZenTaoPMS.
*
* @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 <chunsheng@cnezsoft.com>
* @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
{
+4 -4
View File
@@ -1,18 +1,18 @@
<?php
/**
* The validater and fixer class file of ZenTaoPHP.
* The validater and fixer class file of ZenTaoPMS.
*
* @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 <chunsheng@cnezsoft.com>
* @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
{
+1 -1
View File
@@ -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 <chunsheng@cnezsoft.com>
* @package ZenTaoPMS
* @package framework
* @version $Id$
* @link http://www.zentao.net
*/
+3 -3
View File
@@ -1,18 +1,18 @@
<?php
/**
* The pager class file of ZenTaoPHP.
* The pager class file of ZenTaoPMS.
*
* @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 <chunsheng@cnezsoft.com>
* @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
{