CONTROL_INSTALL::table_verify PHP Method

table_verify() private method

private table_verify ( )
    private function table_verify()
    {
        include_once BG_PATH_MODEL . "verify.class.php";
        //载入管理帐号模型
        $_mdl_verify = new MODEL_VERIFY();
        $_mdl_verify->verifyStatus = $this->obj_tpl->status["verify"];
        $_arr_verifyTable = $_mdl_verify->mdl_create_table();
        $this->tplData["db_alert"]["verify_table"] = array("alert" => $_arr_verifyTable["alert"], "status" => substr($_arr_verifyTable["alert"], 0, 1));
    }