- 前往MAMP網頁根目錄:
cd /Applications/MAMP/htdocs - 執行yiic腳本,產生 demo 網頁應用程式(不要用 sudo):
./yii//framework/yiic webapp demo
Password:
Create a Web application under '/Applications/MAMP/htdocs/demo'? [Yes|No] y - 測試 demo :
http://localhost/demo/index.php - 執行 yiic shell , 要指定 config 檔案路徑:
./protected/yiic shell ./protected/config/main.php - 產生 message 控制器與 helloWorld 函數:
>> controller message helloWorld - 測試 message 控制器與 helloWorld 函數:
http://localhost/demo/index.php?r=message
http://localhost/demo/index.php?r=message/helloWorld
沒有留言:
張貼留言