Code |
Context$this = PagesController
PagesController::$name = "Pages"
PagesController::$helpers = array
PagesController::$uses = array
PagesController::$here = "/season_schedule"
PagesController::$webroot = "/"
PagesController::$action = "display"
PagesController::$params = array
PagesController::$data = NULL
PagesController::$paginate = array
PagesController::$viewPath = "pages"
PagesController::$layoutPath = NULL
PagesController::$viewVars = array
PagesController::$modelNames = array
PagesController::$base = ""
PagesController::$layout = "default"
PagesController::$autoRender = true
PagesController::$autoLayout = true
PagesController::$Component = Component object
PagesController::$components = array
PagesController::$view = "View"
PagesController::$ext = ".ctp"
PagesController::$output = NULL
PagesController::$plugin = NULL
PagesController::$cacheAction = false
PagesController::$persistModel = false
PagesController::$passedArgs = array
PagesController::$scaffold = false
PagesController::$methods = array
PagesController::$modelClass = "Page"
PagesController::$modelKey = "page"
PagesController::$validationErrors = NULL
PagesController::$__httpCodes = NULL
$pluginName = ""
$pluginController = null
$appVars = array(
"name" => null,
"here" => null,
"webroot" => null,
"action" => null,
"uses" => false,
"helpers" => array(
"Session",
"Html",
"Form"
),
"params" => array(),
"data" => array(),
"paginate" => array(
"limit" => 20,
"page" => 1
),
"viewPath" => null,
"layoutPath" => null,
"viewVars" => array(),
"modelNames" => array(),
"base" => null,
"layout" => "default",
"autoRender" => true,
"autoLayout" => true,
"Component" => null,
"components" => array(
"Session"
),
"view" => "View",
"ext" => ".ctp",
"output" => null,
"plugin" => null,
"cacheAction" => false,
"persistModel" => false,
"passedArgs" => array(),
"scaffold" => false,
"methods" => array(),
"modelClass" => null,
"modelKey" => null,
"validationErrors" => null,
"__httpCodes" => null
)
$uses = false
$merge = array(
"components",
"helpers",
"uses"
)
$plugin = null
$var = "helpers"
$normal = array(
"Session" => null
)
$app = array(
"Session" => null
)
array_diff - [internal], line ??
Controller::__mergeVars() - CORE/cake/libs/controller/controller.php, line 441
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 486
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83