ctl_list() public method

*============列出管理员界面============ 无返回
public ctl_list ( )
Example #1
0
        $arr_appRow = $ctl_app->ctl_show();
        if ($arr_appRow["alert"] != "y190102") {
            header("Location: " . BG_URL_ADMIN . "ctl.php?mod=alert&act_get=show&alert=" . $arr_appRow["alert"]);
            exit;
        }
        break;
    case "form":
        //创建、编辑表单
        $arr_appRow = $ctl_app->ctl_form();
        if ($arr_appRow["alert"] != "y190102") {
            header("Location: " . BG_URL_ADMIN . "ctl.php?mod=alert&act_get=show&alert=" . $arr_appRow["alert"]);
            exit;
        }
        break;
    case "belong":
        //用户授权
        $arr_appRow = $ctl_app->ctl_belong();
        if ($arr_appRow["alert"] != "y190302") {
            header("Location: " . BG_URL_ADMIN . "ctl.php?mod=alert&act_get=show&alert=" . $arr_appRow["alert"]);
            exit;
        }
        break;
    default:
        //列出
        $arr_appRow = $ctl_app->ctl_list();
        if ($arr_appRow["alert"] != "y190302") {
            header("Location: " . BG_URL_ADMIN . "ctl.php?mod=alert&act_get=show&alert=" . $arr_appRow["alert"]);
            exit;
        }
        break;
}