zend server 和zend studio 最佳实践

1.zend server 安装好后需要重启下.无论是win还是mac..win不重启组件不能用.mac 不重启守护进程是离线的

2.修改apache配置.的根目录.到zendstudio的工作空间

Listen 80

DocumentRoot "K:zendworkspace"

<Directory "K:zendworkspace">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

3.安装studio软件

startexplorer    http://basti1302.github.com/startexplorer/update/

language        http://download.eclipse.org/technology/babel/update-site/R0.13.0/luna 

版本确定

https://wiki.eclipse.org/Older_Versions_Of_Eclipse

http://www.eclipse.org/babel/downloads.php

4.修改local zend server

首选项->php->php服务器

编辑local zend server

基本url  http://localhost

DocumentRoot   K:zendworkspace

5.先使用zend stuido 建立php项目..然后把php源码copy到项目文件夹中...

点击运行和debug都是正确的地址

原文地址:https://www.cnblogs.com/zhepama/p/3853338.html