update.php 215 B

12345678910
  1. <?php
  2. $this->breadcrumbs=array(
  3. $model->title=>$model->url,
  4. 'Update',
  5. );
  6. ?>
  7. <h1>Update <i><?php echo CHtml::encode($model->title); ?></i></h1>
  8. <?php echo $this->renderPartial('_form', array('model'=>$model)); ?>