How to include a Javascript or CSS file in Yii Framework?
I want to create a page on my site that has a little Javascript application running, so I want to include <
If you are using Theme then you can the below Syntax
Yii::app()->theme->baseUrl
include CSS File :
Include JS File
If you are not using theme
Yii::app()->request->baseUrl
Use Like this