Code |
Context$key = null
$array = array(
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
)
function getDay($key) {
$array = $this->days();
$day = $array[$key];
DayconversionHelper::getDay() - APP/views/helpers/dayconversion.php, line 17
include - APP/views/themed/manna/services/view.ctp, line 6
View::_render() - CORE/cake/libs/view/view.php, line 666
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 803
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 230
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 84