2018-04-03 CakePHP3:findで特定の行の特定のカラムの値を取得する cakephp3 $firstname = $this->Users->find()->where(['id' => $user_id])->first()->firstname; もっと美しいやり方をご存知でしたら教えてください〜 関連エントリ: thebaker.hatenablog.com