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