Code |
Context foreach ($temparray['item'] as $booking)
{
$calhighlights[] = array ('label'=>'highlight_'.$booking['type_id'],
$datearray = array(
array(
"date_in" => "2000-01-01",
"nights" => 1,
"note" => "No bookings found for this property"
),
array(
"date_in" => "2000-01-02",
"nights" => 1,
"note" => "No bookings found for this property"
)
)
$calhighlights = null
$temparray = array(
"item" => array(
array(),
array()
)
)
$k = 0
$booking = array(
"date_in" => "2000-01-01",
"nights" => 1,
"note" => "No bookings found for this property"
)
jaccalendarinterface::jac_datearraytohighlights() - COREavail/jaclib/jaccal/jaccalendarinterface.php, line 1114
include - APP/views/elements/calendar/jac_build_popup.ctp, line 108
View::_render() - CORE/cake/libs/view/view.php, line 731
View::element() - CORE/cake/libs/view/view.php, line 392
include - APP/views/show/calendar.ctp, line 51
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
ShowController::calendar() - APP/controllers/show_controller.php, line 363
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83