C
C
C_oO_re2014-08-26 10:25:07
Yii
C_oO_re, 2014-08-26 10:25:07

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

1 answer(s)
A
Alexey Likhachev, 2014-08-26
@Playbot

No, there is setPageTitle() but not exactly what you need. And so:
$this->pageTitle = 'Тайтл страницы';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question