Home > Backend Development > PHP Tutorial > 新手学php,如何用zend 调试我下载的源码

新手学php,如何用zend 调试我下载的源码

WBOY
Release: 2016-06-23 14:08:34
Original
979 people have browsed it

我可以从网上下好多源码,可是,源码里总是包含了好多文件,而我的zend 默认的workspace 是在 /var/www
我用Zend 怎么导入这些源码呢?我用Zend设www为workspace,然后www下会有好几个子文件夹产生,如果我把下载的源码拷贝到www,该拷贝到哪呢?如何用zend调试呢?


回复讨论(解决方案)

一般PHP项目都会有一个index.php入口文件。把项目解压放到apache的htdocs文件夹下,然后在网页访问这个PHP项目就行了。调试通常是在网页下调试的,与C++、java不一样是用编译器调试。

还有详细补充吗?用zend如何调试?谢谢

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