CONTROL_INSTALL::table_belong PHP Method

table_belong() private method

private table_belong ( )
    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));
    }