对不起yii的新手,但我在哪里放yii-booster 2.0个文件?
我尝试将所有文件放入 extensions / bootstrap 文件夹。
然后我编辑了 config / main.php 并添加了此
'bootstrap' => array(
'class' => 'bootstrap.components.Bootstrap',
),
和
'preload'=>array(
'log',
// 'fontawesome',
'bootstrap',
),
和
'theme'=>'bootstrap',
我在 themes / bootstrap 中有一个主题,我之前安装的http://www.cniska.net/yii-bootstrap/
但是我收到了这个错误
Bootstrap and its behaviors do not have a method or closure named "register".
答案 0 :(得分:2)
来自http://www.cniska.net/yii-bootstrap/
的主题尝试在 themes / bootstrap / views / layout / main.php中删除它
Yii::app()->bootstrap->register();