使用XAMPP 1.7.7 的2.0.3号识别法 我的代码是: Unable toload the requested file: home.php
。
The home.php
编码如下:
class Home extends CI_Controller {
function Home()
{
parent::__construct();
}
function index()
{
$this->load->view( home );
}