* change for framework.
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
* May you share freely, never taking more than you give.
|
||||
*/
|
||||
|
||||
include dirname(__FILE__) . '/base/control.class.php';
|
||||
/**
|
||||
* control基类继承与baseControl,所有模块的control类都派生于它。
|
||||
* The base class of control extends baseControl.
|
||||
*
|
||||
* @package framework
|
||||
*/
|
||||
include dirname(__FILE__) . '/base/control.class.php';
|
||||
class control extends baseControl
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user