Include CSS,javascript file in Yii Framework

前端 未结 18 1778
[愿得一人]
[愿得一人] 2020-11-29 15:46

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 <

18条回答
  •  無奈伤痛
    2020-11-29 16:05

    Using bootstrap extension

    my css file: themes/bootstrap/css/style.css

    my js file: root/js/script.js

    at theme/bootstrap/views/layouts/main.php

    
    
    
    

提交回复
热议问题