Context |
Code$controller = SearchesController object
$params = array("pass" => array, "controller" => "searches", "action" => "index", "form" => array, "url" => array, "bare" => 0, "webservices" => null, "plugin" => null)
$missingAction = false
$classVars = array("name" => "Searches", "uses" => array, "helpers" => array, "here" => "/searches", "webroot" => "/", "action" => "index", "params" => array, "data" => null, "paginate" => array, "viewPath" => "searches", "layoutPath" => null, "viewVars" => array, "pageTitle" => "Z-Ligan", "modelNames" => array, "base" => "", "layout" => "default", "autoRender" => true, "autoLayout" => true, "components" => array, "view" => "View", "ext" => ".ctp", "__viewClass" => null, "output" => null, "plugin" => null, "cacheAction" => false, "persistModel" => false, "webservices" => null, "passedArgs" => array, "namedArgs" => array, "argSeparator" => ":", "_log" => null, "modelClass" => "User", "modelKey" => "search", "Session" => SessionComponent object, "User" => User object, "Clan" => Clan object, "Article" => Article 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