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 <
Add the CSS and JS in The Layout Folder.Access anywhere in the project
theme->baseUrl; Yii::app()->clientScript->registerCoreScript("jquery"); ?> " rel="stylesheet" media="all" /> clientScript->registerCoreScript("jquery"); ?> -->