/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
public function actionMyAction() { $this->pageTitle = 'New Title'; Yii::app()->clientScript->registerMetaTag('foo, bar', 'keywords'); }