| 123456 |
- <?= $this->form->create($profile); ?>
- <?= $this->form->field('firstname', array('type' => 'text')); ?>
- <?= $this->form->field('lastname', array('type' => 'text')); ?>
- <?= $this->form->field('birthday', array('type' => 'text')); ?>
- <?= $this->form->submit('save'); ?>
- <?= $this->form->end(); ?>
|