Context |
Code$todo_id = "480"
$my_items = array()
$add_to_planner = true
$new_todo = false
if($add_to_planner)
{
$new_todo = $this->Activity->generateList("id = $todo_id");
$my_items[] = array('id' => key($new_todo), 'title' => $new_todo[key($new_todo)]);
}
key - [internal], line ??
PlannerController::add() - CORE/app/controllers/planner_controller.php, line 111
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 83