private function table_posi() { include_once BG_PATH_MODEL . "posi.class.php"; //载入管理帐号模型 $_mdl_posi = new MODEL_POSI(); $_arr_posiRow = $_mdl_posi->mdl_create_table(); if ($_arr_posiRow["alert"] != "y040105") { $this->obj_ajax->halt_alert($_arr_posiRow["alert"]); } }
private function table_posi() { include_once BG_PATH_MODEL . "posi.class.php"; //载入管理帐号模型 $_mdl_posi = new MODEL_POSI(); $_arr_posiTable = $_mdl_posi->mdl_create_table(); $this->tplData["db_alert"]["posi_table"] = array("alert" => $_arr_posiTable["alert"], "status" => substr($_arr_posiTable["alert"], 0, 1)); }