http://hostname/YiiPath/requirements/index.php
ok, your soap extension need to be turned on
modify your php.ini and restart apache
mkdir testdrive(your destiny app dir)
cd YiiPath/framework (Linux) cd YiiPath\framework (Windows) ./yiic webapp ../testdrive (Linux) yiic webapp ..\testdrive (Windows)
maybe you‘ll get such error: PHP Warning: PHP Startup: Unable to load dynamic library ‘C:/php/ext\php_imagick.dll‘
;extension=php_imagick.dll turn it off and restart apache
windows config yii framework,布布扣,bubuko.com
原文:http://www.cnblogs.com/phpgcs/p/windows-config-yii-framework.html