<?php$this->pageTitle = 'Изменение комментария';echo $this->renderPartial('_form', array('comment' => $model, 'id' => $model->id));