Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Laravel 3 または 4 で自己結合するにはどうすればよいですか?
class Category extends Eloquent { public function category () { return $this->has_one('Category'); } }
category_idテーブルに列がある場合Category、これは再帰的にうまく機能するはずです。
category_id
Category