码迷,mamicode.com
首页 > Windows程序 > 详细

windows config yii framework

时间:2014-07-16 19:49:59      阅读:351      评论:0      收藏:0      [点我收藏+]

标签: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,布布扣,bubuko.com

windows config yii framework

标签:des   blog   http   os   art   io   

原文地址:http://www.cnblogs.com/phpgcs/p/windows-config-yii-framework.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!