Context |
Code$controller = array("components" => array, "helpers" => array, "needAuth" => false, "name" => "App", "here" => null, "webroot" => null, "action" => null, "uses" => false, "params" => array, "data" => array, "paginate" => array, "viewPath" => "app", "layoutPath" => null, "viewVars" => array, "pageTitle" => false, "modelNames" => array, "base" => null, "layout" => "default", "autoRender" => true, "autoLayout" => true, "view" => "View", "ext" => ".ctp", "__viewClass" => null, "output" => null, "plugin" => null, "cacheAction" => false, "persistModel" => false, "webservices" => null, "passedArgs" => array, "_log" => null, "modelClass" => "App", "modelKey" => "app", "Cookie" => array, "Common" => array, "Pagination" => array, "AdminAuth" => array, "Session" => array)
public function startup(&$controller)
{
// if (!preg_match("/^" . Configure::read('Routing.admin') . "_/i", $controller->action)) {
if (!preg_match("/^" . Configure::read('Routing.admin') . "/", $controller->params['url']['url'])) {
return;
AdminAuthComponent::startup() - APP/controllers/components/admin_auth.php, line 10
Dispatcher::start() - CORE/cake/dispatcher.php, line 327
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 79
Object::cakeError() - CORE/cake/libs/object.php, line 172
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 147
[main] - /var/www/html/ougan.co.jp/index.php, line 87
Context |
Code$path = "cake.generic"
$rel = null
$htmlAttributes = array()
$inline = true
}
return;
}
$url = $this->webroot((COMPRESS_CSS ? 'c' : '') . CSS_URL . $path . ".css");
if ($rel == 'import') {
HtmlHelper::css() - CORE/cake/libs/view/helpers/html.php, line 315
include - APP/views/layouts/default.ctp, line 39
View::_render() - CORE/cake/libs/view/view.php, line 765
View::renderLayout() - CORE/cake/libs/view/view.php, line 479
View::render() - CORE/cake/libs/view/view.php, line 327
Controller::render() - CORE/cake/libs/controller/controller.php, line 664
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 155
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 172
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 147
[main] - /var/www/html/ougan.co.jp/index.php, line 87