Code |
Context$type = "retire"
$date = "2010-08-01"
$retires = array(
array(
"Retire" => array(),
"Carreer" => array(),
"Hipodrome" => array()
),
array(
"Retire" => array(),
"Carreer" => array(),
"Hipodrome" => array()
),
array(
"Retire" => array(),
"Carreer" => array(),
"Hipodrome" => array()
),
array(
"Retire" => array(),
"Carreer" => array(),
"Hipodrome" => array()
),
array(
"Retire" => array(),
"Carreer" => array(),
"Hipodrome" => array()
),
array(
"Retire" => array(),
"Carreer" => array(),
"Hipodrome" => array()
),
array(
"Retire" => array(),
"Carreer" => array(),
"Hipodrome" => array()
)
)
$dates = array(
"2010-09-05" => "Hoy: 05/09/2010",
"2010-09-06" => "Lunes: 06/09/2010",
"2010-09-07" => "Martes: 07/09/2010",
"2010-09-08" => "Miercoles: 08/09/2010",
"2010-09-09" => "Jueves: 09/09/2010",
"2010-09-10" => "Viernes: 10/09/2010",
"2010-09-11" => "Sabado: 11/09/2010"
)
$i = 7
$base = "2010-09-11"
$human = "11/09/2010"
$dia = "Sabado"
$this->set('retires',$retires);
$this->set('dates',$dates);
$this->set('dateshow',$dates[$date]);
RetiresController::view() - APP/controllers/retires_controller.php, line 161
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88