- Source File: mvclibs/www/control/msg.php on line 15
SOURCE CODE:
12.
var $tplfile = "msg";
13.
function __construct()
14.
{
15.
parent::Control();
16.
$this->load_model("cate");
17.
$this->load_model("msg");
18.
$this->load_model("module");
- Source File: sources/index.inc.php on line 120
SOURCE CODE:
117.
send_http_page_404();
118.
}
119.
120.
$APP = new $control_name();
121.
122.
$APP->control_name = $p_c;//指定模块
123.
$APP->system_time = SYSTIME;//系统时间
- Source File: index.php on line 31
SOURCE CODE:
28.
}
29.
30.
31.
require_once(LIBS."index.inc.php");
32.
?>