Code |
Context$this = RantsController
RantsController::$name = "Rants"
RantsController::$helpers = array
RantsController::$here = "/rants/archived_rant/91"
RantsController::$webroot = "/"
RantsController::$action = "archived_rant"
RantsController::$uses = false
RantsController::$params = array
RantsController::$data = NULL
RantsController::$paginate = array
RantsController::$viewPath = "rants"
RantsController::$layoutPath = NULL
RantsController::$viewVars = array
RantsController::$modelNames = array
RantsController::$base = ""
RantsController::$layout = "default"
RantsController::$autoRender = true
RantsController::$autoLayout = true
RantsController::$Component = Component object
RantsController::$components = array
RantsController::$view = "View"
RantsController::$ext = ".ctp"
RantsController::$output = NULL
RantsController::$plugin = NULL
RantsController::$cacheAction = false
RantsController::$persistModel = false
RantsController::$passedArgs = array
RantsController::$scaffold = false
RantsController::$methods = array
RantsController::$modelClass = "Rant"
RantsController::$modelKey = "rant"
RantsController::$validationErrors = NULL
RantsController::$__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