0
<div class="form-group">
<label for="inputEmail" class="col-lg-2 control-label">Title</label>
<div class="col-lg-10">
<input type="text" style="width: 45%;" class="form-control" id="titleId" name="title" placeholder="Title">
</div>
</div>
我有這種類型的代碼在我add.ctp文件,我不知道如何將它轉換成像如何在CakePHP 3中轉換下面的代碼?
<? echo $this->Html->input('title',['class'=>'']);