Home Backend Development PHP Tutorial 小弟 有个小疑点 请大侠赐教 顺便送上70分

小弟 有个小疑点 请大侠赐教 顺便送上70分

Jun 13, 2016 pm 01:46 PM
html studio zend

小弟 有个小问题 请大侠赐教 顺便送上70分
请问 这个Zend Development Environment 这个开发工具 开发php程序的时候怎么调试静态页面啊?
我的意思是 就像dreamwaver一样 上面是代码 下面是页面 然后什么 代码高亮啊 关键字标示啊 乱七八糟的都搞出来,这个zend怎么能做到这样啊 我在编译器里找了半天 没找到啊 只能找到代码框 可是没有动态显示 这不好改啊。

------解决方案--------------------
大哥,不是吧?zend是用来做逻辑的ide啊!你调试php程序用他不错。写页面还是用dw比较好!
------解决方案--------------------


需要安装插件,参考:

往zend studio 7中安装可视化所见即所得编辑器

在以前的一篇文章中我说zend studio 7 已经去除了所见即所得的可视化html编辑器,而这个在6.x的时候为不少开发者(至少中国的开发者)追捧的如痴如醉一大特色功能,由于颇占用资源而被zend官方果断的阉割了。今天我们打算找回这段在历史长河的某个角落遗落的小JJ。这个插件的作用就是像Dreamweaver或者FrontPage那样的可视化编辑html文件,就是用鼠标拖来拖去就可以搞个网页出来的,她的学名叫做WYSIWYG EDITOR(所见即所得编辑器),而实际上,我们在上一篇文章关于怎样安装aptana插件的叙述中,aptana同样具有很好的html可视化编辑能力,而且安装本插件你需要先卸载掉aptana,因为他们有冲突。好吧,我们开始!

通过菜单Help -> Install New Software,打开Install对话框。在work with处粘贴http://download.eclipse.org/releases/galileo,在filter中输入web来过滤多余的插件列表,最后勾选Web Page Editor单击next进入下一步,如下图:


图1

然后继续Next….(图2)


图2

同意协议(图3)


图3

正在下载WYSIWYG Editor安装ing…(图4)


图4

安装完毕,需要重启zend studio(图5)


图5

重启完了,右键菜单中找到Web Page Editor(图6)


图6

在上图中惊现aptana,所以上面那个文件实际上没有打开成功,我重新截图了,这是可视化编辑html时候的样子(图7)


图7

OK,就是这样,可视化编辑的强大功能也融合了进来了,希望您不要把zend studio当成Dreamweaver来用咯~

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Table Border in HTML Table Border in HTML Sep 04, 2024 pm 04:49 PM

Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.

Nested Table in HTML Nested Table in HTML Sep 04, 2024 pm 04:49 PM

This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.

HTML margin-left HTML margin-left Sep 04, 2024 pm 04:48 PM

Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.

HTML Table Layout HTML Table Layout Sep 04, 2024 pm 04:54 PM

Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.

HTML Ordered List HTML Ordered List Sep 04, 2024 pm 04:43 PM

Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively

Moving Text in HTML Moving Text in HTML Sep 04, 2024 pm 04:45 PM

Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.

HTML Input Placeholder HTML Input Placeholder Sep 04, 2024 pm 04:54 PM

Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.

How do you parse and process HTML/XML in PHP? How do you parse and process HTML/XML in PHP? Feb 07, 2025 am 11:57 AM

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

See all articles