Code Context }
$this->set('stateName', $this->Constants->states_lookup[$state]);
$state = 'ok'
$county = '8'
$cty = array(
'County' => array(
'id' => '8',
'state' => 'OK',
'name' => 'Adair',
'county_group_id' => '37',
'core' => false
)
)
$location_ids = array(
(int) 0 => '78996',
(int) 1 => '79007',
(int) 2 => '79024'
)
$loc_lookup = array(
(int) 78996 => 'Christie, 74960',
(int) 79007 => 'Stilwell, 74960',
(int) 79024 => 'Watts, 74964'
)
$locations = array(
(int) 0 => (int) 78996,
(int) 1 => (int) 79007,
(int) 2 => (int) 79024
)
$loc_name = 'Watts, 74964'
$loc_id = (int) 79024
StormHistoryController::locations() - APP/Controller/StormHistoryController.php, line 54
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107