用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1844|回复: 0
收起左侧

网页没跳转

[复制链接]
发表于 2010-9-19 17:17:45 | 显示全部楼层 |阅读模式
news_latest_row_single.php

<?=anchor("main/newscontent/".$news_id,$title)?>

main.php

function newscontent()
{
    $data['title']="News Listings";
    $this->load->view('news_content_single',$data);
}

按照我写的网页应该跳转到news_content_single.php,但是实际跳到了首页,这是怎么回事啊?

本版积分规则