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.
Cakephpフォームヘルパーを使用して次のことを達成するにはどうすればよいですか
<input type="text" required>
$this->Form->input('foo', array('required' => 'required'));
これはrequired属性をロングハンドrequired="required"形式で設定しますが、同じ効果があります。
required
required="required"