* change for framework.

This commit is contained in:
wangyidong
2016-03-10 11:15:24 +08:00
parent 2417ceeea2
commit c96be8964a
11 changed files with 189 additions and 87 deletions
+18
View File
@@ -1,5 +1,23 @@
<?php
/**
* ZenTaoPHP的model类。
* The model class file of ZenTaoPHP framework.
*
* The author disclaims copyright to this source code. In place of
* a legal notice, here is a blessing:
*
* May you do good and not evil.
* May you find forgiveness for yourself and forgive others.
* May you share freely, never taking more than you give.
*/
include dirname(__FILE__) . '/base/model.class.php';
/**
* model基类。
* The base class of model.
*
* @package framework
*/
class model extends baseModel
{
/**