我有致命错误
Call to undefined function url()
但我有
$autoload['helper'] = array('url');
我的autoload.php
我对CI很新。提前,抱歉我缺乏理解
答案 0 :(得分:1)
它没有错误。
因此,如果您调用基本网址,则必须使用base_url()
关键字。
在config/config.php
档案中
例如
如果你使用<a>
标签,请点击此处
<a href="root_folder_name/file_name
但现在使用Codeigniter MVC
<a href="<?php echo base_url() ?>controller_name/method_name