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.
2 つのオプションを使用して、ビューに選択セクションを入力しました。選択した値を取得したいので、入力した値に応じて特定のアクションを取得します。どうやってするか?
入力変数「foo」を含む POST されたフォームの場合、
$foo = $request->request->get('foo');