application/common/controllerBackend.php

Classes

Backend 后台控制器基类

Constants

IS_ADDTABS

IS_ADDTABS = input("addtabs") ? TRUE : FALSE

IS_DIALOG

IS_DIALOG = input("dialog") ? TRUE : FALSE

IS_AJAX

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