PHP7中文手册2018 带注释 最新chm版
class Controller extends CController {
}
}
public function init() {
Yii::app()->theme = ‘theme’;
parent::init(); }
}
}
转载请注明:谷谷点程序 » yii皮肤theme切换实现方法