糊涂的爱 发表于 2011-9-3 11:15:40

页面解析不了url类是什么原因

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<base href="<?php echo base_url();?>"/>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</HEAD>
<BODY >
<TABLE id=child1 style="DISPLAY: none" cellSpacing=0 cellPadding=0
      width=150 border=0>
      <TR height=20>
          <TD align=middle width=30><IMG height=9
            src="images/menu_icon.gif" width=9></TD>
          <TD><A class=menuChild href="<?=site_url('admin/companyProfile')?>" target=main>公司简介</A></TD></TR>

jeongee 发表于 2011-9-3 12:05:10

从你的标题和内容,我看不出你要问的问题

a123123 发表于 2011-9-3 22:24:47

控制器里 加载没有,兄弟
$this->load->helper('url');
页: [1]
查看完整版本: 页面解析不了url类是什么原因