s1/app/common/controllerControllerBase.php

零起飞-(07FLY-CRM) ============================================== 版权所有 2015-2028 成都零起飞网络,并保留所有权利。 网站地址: http://www.07fly.xyz ---------------------------------------------------------------------------- 如果商业用途务必到官方购买正版授权, 以免引起不必要的法律纠纷.

============================================== Author: kfrs goodkfrs@QQ.com 574249366 Date: 2019-10-3

Classes

ControllerBase 系统通用控制器基类

Constants

IS_POST

IS_POST = $this->request->isPost()

IS_GET

IS_GET = $this->request->isGet()

IS_AJAX

IS_AJAX = $this->request->isAjax()

IS_PJAX

IS_PJAX = $this->request->isPjax()

IS_MOBILE

IS_MOBILE = $this->request->isMobile()

MODULE_NAME

MODULE_NAME = strtolower($this->request->module())

CONTROLLER_NAME

CONTROLLER_NAME = strtolower($this->request->controller())

ACTION_NAME

ACTION_NAME = strtolower($this->request->action())

URL

URL = CONTROLLER_NAME . SYS_DS_PROS . ACTION_NAME

URL_TRUE

URL_TRUE = $this->request->url(true)

DOMAIN

DOMAIN = $this->request->domain()

URL_ROOT

URL_ROOT = $this->request->root()