Hey,I have several questions after learn Yii about 2 months.
Dose Yii support set the page keywords and description, like the $this->pageTitle, do Yii have $this->pageKeywords?
About the css file and image file, In Yii mostly got the css use Yii::app()->baseUrl . ‘/css/xxx.css’, also the image, What I think if got the file with http method, will cost some server transfer stuff, but not sure, If I want to make every thing like <image src="../images/xxx.jgp">, anyone have some goodideas?