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"