Home > Backend Development > PHP Tutorial > CI框架的几个问题

CI框架的几个问题

WBOY
Release: 2016-06-23 14:20:53
Original
924 people have browsed it

PHP

使用CI框架,PHP5. 

1 开发调试在WINDOWS,生产环境在CENT OS上,这样部署时,会不会有不适应的情况?

2 使用CI时,用什么开发工具最好? 


回复讨论(解决方案)

1.只要接ci的要求去开发,是兼容所有平台的。
2.能编辑文本的就行了,当然ide效率好点。

1.迁移时注意目录分隔符和文件与文件夹路径,文件和文件夹权限,另外还有文件大小写,windows不区分,linux区分
,UTF的BOM要去除,一些函数在Win下无法使用或效果不同。

2.什么工具都行,NetBeans等等,把Vim整合成IDE也行啊。。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template