首页 > 代码库 > windows config yii framework
windows config yii framework
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。