Code Context 'area'=>$area_array[$match[2]],
'page'=>$match[3],
'company'=>$area_array[$match[1]],
$area_array = array(
'hokkaido-tohoku' => (int) 1,
'kanto' => (int) 2,
'hokuriku-kosinetsu' => (int) 3,
'tokai' => (int) 4,
'kansai' => (int) 5,
'chugoku-shikoku' => (int) 6,
'kyushu-okinawa' => (int) 7
)
$area_name = 'hokkaido-tohoku|kanto|hokuriku-kosinetsu|tokai|kansai|chugoku-shikoku|kyushu-okinawa'
$match = array(
(int) 0 => '/company-1481-hokuriku-kosinetsu-p2.html',
(int) 1 => '1481',
(int) 2 => 'hokuriku-kosinetsu',
(int) 3 => '2'
)
include - APP/Config/routes.php, line 540
Router::_loadRoutes() - CORE/Cake/Routing/Router.php, line 1185
Router::parse() - CORE/Cake/Routing/Router.php, line 544
Dispatcher::parseParams() - CORE/Cake/Routing/Dispatcher.php, line 215
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 142
[main] - ROOT/html/index.php, line 113