1
0
www.mikescher.com/demos/blog/protected/views/comment/update.php

10 lines
220 B
PHP
Raw Normal View History

2014-05-12 10:11:20 +02:00
<?php
$this->breadcrumbs=array(
'Comments'=>array('index'),
'Update Comment #'.$model->id,
);
?>
<h1>Update Comment #<?php echo $model->id; ?></h1>
<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>