private function table_belong() { include_once BG_PATH_MODEL . "belong.class.php"; //载入管理帐号模型 $_mdl_belong = new MODEL_BELONG(); $_arr_belongTable = $_mdl_belong->mdl_create_table(); if ($_arr_belongTable["alert"] != "y070105") { $this->obj_api->halt_re($_arr_belongTable); } }
private function table_belong() { include_once BG_PATH_MODEL . "belong.class.php"; //载入管理帐号模型 $_mdl_belong = new MODEL_BELONG(); $_arr_belongTable = $_mdl_belong->mdl_create_table(); $this->tplData["db_alert"]["belong_table"] = array("alert" => $_arr_belongTable["alert"], "status" => substr($_arr_belongTable["alert"], 0, 1)); }