1 2 3
<?= $this->form->create($post); ?> <?= $this->form->field("body", array('type' => 'textarea')); ?> <?= $this->form->end(); ?>