Home  >  Article  >  Backend Development  >  用Zend Studio for Eclipse解决思路

用Zend Studio for Eclipse解决思路

WBOY
WBOYOriginal
2016-06-13 11:21:37753browse

用Zend Studio for Eclipse

本帖最后由 tcmis 于 2013-04-13 20:02:15 编辑   小弟想用zend框架去开发个PHP应用, IDE用的是Zend Studio for Eclipse - 6.1.2, 环境其他一切正常, 新建一个Zend Framework Project工程,想调用Zend Framework的类,会提示一些文件无法应用,打开页面的时候例如Warning: require_once(Zend/Controller/Plugin/Abstract.php) [function.require-once]: failed to open stream: No such file or directory in 这样的错误等等, 我看见网上别人的Project下面有个Zend文件夹, 我的没有,需要手工拷贝吗? 完全要使用Zend框架,还需要那些设置,能否给个详细点的使用Zend Framework框架的步骤, 网上查了很多,么有发现好的。希望大侠指点指点。。谢谢。。
  还请问一下PHPUnit这个是不是也要手工去配置, 很多疑问, 怎么感觉PHP环境的搭建比java还复杂很多呢。。。

------解决方案--------------------
你看下你的项目目录项目有没有library文件夹?
你要去网上下载zend framework库,然后解压之后把zend文件夹复制到library里面才行。
你新建zf项目他不会自动给你加入zf库的,只是生成一些基础代码和文件目录,zf库还是需要你自己手动加进去的。
Statement:
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