create.php 144 B

12345678
  1. <?php
  2. $this->breadcrumbs=array(
  3. 'Create Post',
  4. );
  5. ?>
  6. <h1>Create Post</h1>
  7. <?php echo $this->renderPartial('_form', array('model'=>$model)); ?>