Code Context }
$this->set('stateName', $this->Constants->states_lookup[$state]);
$state = 'ok'
$county = '1020'
$cty = array(
'County' => array(
'id' => '1020',
'state' => 'OK',
'name' => 'Garvin',
'county_group_id' => '37',
'core' => false
)
)
$location_ids = array(
(int) 0 => '78067',
(int) 1 => '78106',
(int) 2 => '78131',
(int) 3 => '78203',
(int) 4 => '78924'
)
$loc_lookup = array(
(int) 78203 => 'Elmore City, 73433',
(int) 78067 => 'Lindsay, 73052',
(int) 78106 => 'Pauls Valley, 73075',
(int) 78924 => 'Stratford, 74872',
(int) 78131 => 'Wynnewood, 73098'
)
$locations = array(
(int) 0 => (int) 78203,
(int) 1 => (int) 78067,
(int) 2 => (int) 78106,
(int) 3 => (int) 78924,
(int) 4 => (int) 78131
)
$loc_name = 'Wynnewood, 73098'
$loc_id = (int) 78131
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