33 | echo $form->input('id', array('between' => '<br />')); | 33 | echo $form->input('id'); |
34 | echo $form->input('name', array('between' => '<br />', 'readonly' => true, 'class' => 'title')); | 34 | echo $form->input('name', array('readonly' => true, 'class' => 'title')); |
35 | echo $form->input('size', array('between' => '<br />', 'readonly' => true, 'class' => 'text')); | 35 | echo $form->input('size', array('readonly' => true, 'class' => 'text')); |
36 | echo $form->input('type', array('between' => '<br />', 'readonly' => true, 'class' => 'text')); | 36 | echo $form->input('type', array('readonly' => true, 'class' => 'text')); |
37 | echo $form->input('path', array('between' => '<br />', 'readonly' => true, 'class' => 'text')); | 37 | echo $form->input('path', array('readonly' => true, 'class' => 'text')); |
38 | echo $form->input('description', array('between' => '<br />')); | 38 | echo $form->input('description'); |
39 | echo $form->input('model', array('between' => '<br />', 'class' => 'text')); | 39 | echo $form->input('model', array('class' => 'text')); |
40 | echo $form->input('foreign_key', array('between' => '<br />', 'class' => 'text')); | 40 | echo $form->input('foreign_key', array('class' => 'text')); |