예제 #1
0
 private function view_tag()
 {
     include_once BG_PATH_MODEL . "tagBelong.class.php";
     //载入管理帐号模型
     $_mdl_tagBelong = new MODEL_TAG_BELONG();
     $_arr_tagBelongRow = $_mdl_tagBelong->mdl_create_view();
     if ($_arr_tagBelongRow["alert"] != "y160108") {
         $this->obj_ajax->halt_alert($_arr_tagBelongRow["alert"]);
     }
 }
예제 #2
0
 private function view_tag()
 {
     include_once BG_PATH_MODEL . "tagBelong.class.php";
     //载入管理帐号模型
     $_mdl_tagBelong = new MODEL_TAG_BELONG();
     $_arr_tagBelongView = $_mdl_tagBelong->mdl_create_view();
     $this->tplData["db_alert"]["tag_belong_view"] = array("alert" => $_arr_tagBelongView["alert"], "status" => substr($_arr_tagBelongView["alert"], 0, 1));
 }