<?php class Blog extends Controller{ function Blog(){ parent::Controller(); } function index(){ $this->load->view('blog'); } } ?>
查看全部评分
使用道具 举报
问题解决了一定要用http://localhost/myci/index.php/blog才能访问吗???为什么要加index.php atxlin 发表于 2009-7-2 09:56
本版积分规则 发表回复 回帖后跳转到最后一页