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.
Object::all()にするための最良の方法は何array('object_id', 'object_name')ですか? SELECT: に雄弁なコレクションを使用するには、素敵なコードが必要です{{ Form:select('objects', $custom_array) }}。それを行う唯一の方法はforループですか?
Object::all()
array('object_id', 'object_name')
{{ Form:select('objects', $custom_array) }}