0
在code_igniter我用引導CSS文件 但是當我在我使用codeigniter bootstrap我有錯誤?
home.php
<link href="<?php echo base_url();?>assets/css/bootstrap.css">
鏈接CSS文件中的autoload.php
$autoload['helper'] = array('url');
我得到這個錯誤
An Error Was Encountered
Unable to load the requested file: helpers/url_helper.php
嘗試通過評論該自動加載並添加$ this-> load-> helper('url');在控制器中 – AkshayP