windows config yii framework

时间:2014-07-16 19:49:59   收藏:0   阅读:351

download and config

check yii requirements

http://hostname/YiiPath/requirements/index.php

ok, your soap extension need to be turned on

modify your php.ini and restart apache

yiic webapp

mkdir testdrive(your destiny app dir)

cd YiiPath/framework                (Linux)
cd YiiPath\framework                  (Windows)
./yiic webapp ../testdrive          (Linux) 
yiic webapp ..\testdrive              (Windows)

other errors

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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!