* change for framework.

This commit is contained in:
wangyidong
2016-03-11 09:02:31 +08:00
parent 142915aa30
commit b0e0241676
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,13 +11,13 @@
* 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
*/
include dirname(__FILE__) . '/base/model.class.php';
class model extends baseModel
{
/**