Answer the question
In order to leave comments, you need to log in
How to set title in Yii using static method?
is it possible to set title in Yii via static methods?
like meta tags:
Yii::app()->clientScript->registerMetaTag($description, 'description');
Yii::app()->clientScript->registerMetaTag($keywords, 'keywords');
Answer the question
In order to leave comments, you need to log in
No, there is setPageTitle() but not exactly what you need. And so:$this->pageTitle = 'Тайтл страницы';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question