所以,我聽說CodeIgniter,我下載了這個。我試圖安裝CodeIgniter,但CodeIgniter不起作用。我所著的應用/ contollers代碼的文件名new.php:CodeIgniter不起作用
class New extends Contoller
{
function index()
{
echo "Hello word";
}
}
然後我在http://localhost/ci/index.php/New/去了,但我沒有看到任何東西。我嘗試了一個鏈接:http://localhost/ci/index.php/New/index.php,但我沒有看到任何東西。
請幫幫我!
編輯:我使用uWamp,有Apache,MySQL和PHP。我的CodeIgniter版本是2.0.2。
我認爲「新」是保留字 – Ivan 2011-05-14 07:58:36