Context |
Code$controller = UsersController object
$params = array("pass" => array, "controller" => "users", "action" => "add", "form" => array, "url" => array, "bare" => 0, "webservices" => null, "plugin" => null)
$missingAction = false
$classVars = array("layout" => "default", "helpers" => array, "components" => array, "uses" => array, "cacheAction" => true, "name" => "Users", "here" => "/users/add", "webroot" => "/", "action" => "add", "params" => array, "data" => null, "paginate" => array, "viewPath" => "users", "layoutPath" => null, "viewVars" => array, "pageTitle" => "Z-Ligan", "modelNames" => array, "base" => "", "autoRender" => true, "autoLayout" => true, "view" => "View", "ext" => ".ctp", "__viewClass" => null, "output" => null, "plugin" => null, "persistModel" => false, "webservices" => null, "passedArgs" => array, "namedArgs" => array, "argSeparator" => ":", "_log" => null, "modelClass" => "User", "modelKey" => "user", "Sitemap" => SitemapComponent object, "Radar" => RadarComponent object, "Session" => SessionComponent object, "User" => User object)
uses('controller'. DS . 'scaffold');
return new Scaffold($controller, $params);
} else {
$output = call_user_func_array(array(&$controller, $params['action']), empty($params['pass'])? null: $params['pass']);
}
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 97