【发布时间】:2011-11-22 03:07:28
【问题描述】:
在 config.php 中
$config['base_url'] = 'http://localhost/codeigniter/';
在视图中
<link rel="stylesheet" href="<?php base_url(); ?>css/default.css" type="text/css" />
=> Error: Call to undefined function base_url();帮帮我
【问题讨论】:
-
你忘记了 echo href=" 试试这个它为你工作。
标签: php codeigniter