zend studio 6.1/7.x集成php手册之完全解决方案(转)
这个问题之所以拿出来单独说,是因为确实有太多网友碰到了,纷纷奔来 留言 道,按照 zend studio入门视频教程 中的做法,始终不能成功集成php手册! 这事起先我并没有太在意,直到有位朋友的追根究底,和他远程协助之后,我才稍稍意识到了问题的严重性,之前
这个问题之所以拿出来单独说,是因为确实有太多网友碰到了,纷纷奔来留言道,按照zend studio入门视频教程中的做法,始终不能成功集成php手册!
这事起先我并没有太在意,直到有位朋友的追根究底,和他远程协助之后,我才稍稍意识到了问题的严重性,之前也不断的接到朋友们反馈:右键点击系统函数,“open in php manual”始终是灰色的,shift+F2也不好使,集成php手册总是不成功。同时,昨晚热心网友路程给我发来邮件,告诉我他的研究成果!我之前宣称的您必须下载官方的php中文手册因此土崩瓦解!他用事实说明,大家的智慧完全可以轻易的将一个18M的php中文手册成功集成于zend studio,说到这里,我就不得不跟大家道个歉,不是只有官方的php手册才能集成到zend studio中的。
总结解决方案主要分成两点:
1、集成php手册后,右键菜单中的open in php manual命令始终是灰色的。 这里仍然是两条解决方法:一个是default(是否是默认手册),第二个是file extension(扩展名)。如果这些都是正确的,问题还没有得到解决,请恢复zend studio的默认设置,方法是:删除C:\Documents and Settings\Administrator\zend\workspaces\DefaultWorkspace下的.metadata整个目录(这是windows xp下的典型情况,请酌情修改),重启zend studio,再次设置集成php手册。
2、集成php手册以后,右键菜单可以使用,而打开却总是显示“找不到服务器”的提示。这就是路程碰到的情况,也是他帮助解决了的难题,他提供了一个详细的操作demo(我根据录像操作了数遍,非常精辟,呵呵),问题关键是手册路径不正确,需要手动修改,录像中有一处不太清晰,就是修改的那个文件的路径是:……\Zend\workspaces\DefaultWorkspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.php.ui.prefs,多的也不用我说了,看演示视频吧!特别感谢路程的分享。
==================================================
个人经验:
我使用的是zend studio 7.x ,尽管右键菜单中的open in php manual命令始终不是灰色的,但也是起不了作用,打开为空页面,采用上述的第一种解决方案后,右键菜单中的open in php manual终于可用了,不过里面的配置信息全部丢失了,郁闷。。。难道里面有什么冲突导致?

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Validator can be created by adding the following two lines in the controller.

Logging in CakePHP is a very easy task. You just have to use one function. You can log errors, exceptions, user activities, action taken by users, for any background process like cronjob. Logging data in CakePHP is easy. The log() function is provide

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

CakePHP is an open source MVC framework. It makes developing, deploying and maintaining applications much easier. CakePHP has a number of libraries to reduce the overload of most common tasks.
