summaryrefslogtreecommitdiffstats
path: root/views/users/post.html.php
blob: 5f2c237495846a0cde6fdce6d79c8b86a1a9a9d7 (plain)
1
2
3
<?= $this->form->create($post); ?>
	<?= $this->form->field("body", array('type' => 'textarea')); ?>
<?= $this->form->end(); ?>