yii Framework在win下使用遇到的问题
时间:2014-06-09 15:54:17
收藏:0
阅读:303
1. 运行yiic命令提示,php.exe不是内部或者外部命令。
这是因为yiic程序没有找到php.exe程序。
1) 把php.exe文件夹路径添加到环境变量中
2)把php.exe文件路径添加到yiic.bat中
2. 运行yiic时,提示can not open the input file
用yiic.bat代替
评论(0)