Answer the question
In order to leave comments, you need to log in
How to make renderPartial through clip in controller in Yii?
Good afternoon,
the problem is this, I have a create.php file in the views/review/ folder . For this controller, I generate a specific three-column template and in the third column I put a clip from the controller that hooks create.php , which in turn does renderPartial to _form.php
Tried to connect to create.php like this
$this->beginClip('reviewForm');
$this->renderPartial('application.views.review.create');
$this->endClip();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question