* 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
+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
{