Code |
Context$id = "1537"
$player = array(
"Player" => array(
"id" => "1537",
"birthday" => "2014-06-30",
"number" => "12",
"category_id" => "4",
"position" => "",
"comment" => "笛がなるまであきらめない",
"is_disabled" => "1",
"created_at" => "2021-11-09 19:51:03",
"updated_at" => "2024-04-03 11:04:17",
"name" => "金子 拓海",
"kana" => "カネコ タクミ",
"title" => "たくみ",
"hide_birthday" => "1",
"photo_dir" => "/home/azamino-fc/www/app/webroot/img/photo/Player/1537",
"photos" => array()
),
"Category" => array(
"id" => "4",
"top_label" => "LL",
"name" => "4年生",
"eng" => "grade4"
)
)
$this->set('neighbors', $this->Player->find('neighbors', aa('conditions', $cond, 'field', a('number'), 'value', a($player['Player']['number']), 'recursive', -1)));
} else {
$this->redirect($_SERVER['HTTP_REFERER']);
PlayersController::show() - APP/controllers/players_controller.php, line 20
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 90