windows config yii framework
2020-12-13 04:14
标签:des blog http os art io
download and config
- download yii-1.1.12
- unzip into yii-1.1.12
- config yii-1.1.12 dir an apache httpdoc dir
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,搜素材,soscw.com
windows config yii framework
标签:des blog http os art io
原文地址:http://www.cnblogs.com/phpgcs/p/windows-config-yii-framework.html
文章标题:windows config yii framework
文章链接:http://soscw.com/essay/29201.html