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

小弟 有个小问题 请大侠赐教 顺便送上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
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
HTML超文本标记语言--超在那里?(文档分析)HTML超文本标记语言--超在那里?(文档分析)Aug 02, 2022 pm 06:04 PM

本篇文章带大家了解一下HTML(超文本标记语言),介绍一下HTML的本质,HTML文档的结构、HTML文档的基本标签和图像标签、列表、表格标签、媒体元素、表单,希望对大家有所帮助!

web前端笔试题库之HTML篇web前端笔试题库之HTML篇Apr 21, 2022 am 11:56 AM

总结了一些web前端面试(笔试)题分享给大家,本篇文章就先给大家分享HTML部分的笔试题(附答案),大家可以自己做做,看看能答对几个!

如何在Zend框架中使用ACL(Access Control List)进行权限控制如何在Zend框架中使用ACL(Access Control List)进行权限控制Jul 29, 2023 am 09:24 AM

如何在Zend框架中使用ACL(AccessControlList)进行权限控制导言:在一个Web应用程序中,权限控制是至关重要的一项功能。它可以确保用户只能访问其有权访问的页面和功能,并防止未经授权的访问。Zend框架提供了一种方便的方法来实现权限控制,即使用ACL(AccessControlList)组件。本文将介绍如何在Zend框架中使用ACL

PHP实现框架:Zend Framework入门教程PHP实现框架:Zend Framework入门教程Jun 19, 2023 am 08:09 AM

PHP实现框架:ZendFramework入门教程ZendFramework是PHP开发的一种开源网站框架,目前由ZendTechnologies维护,ZendFramework采用了MVC设计模式,提供了一系列可重用的代码库,服务于实现Web2.0应用程序和Web服务。ZendFramework深受PHP开发者的欢迎和推崇,拥有广泛

android studio如何实现上传图片到java服务器android studio如何实现上传图片到java服务器Apr 28, 2023 pm 09:07 PM

1.build.gradle配置(增加)dependencies{implementation'com.squareup.okhttp3:okhttp:4.9.0'implementation'org.conscrypt:conscrypt-android:2.5.1'}2.AndroidManifest.xml配置权限在application里面添加android:usesCleartextTraffic="true&q

HTML5中画布标签是什么HTML5中画布标签是什么May 18, 2022 pm 04:55 PM

HTML5中画布标签是“<canvas>”。canvas标签用于图形的绘制,它只是一个矩形的图形容器,绘制图形必须通过脚本(通常是JavaScript)来完成;开发者可利用多种js方法来在canvas中绘制路径、盒、圆、字符以及添加图像等。

Android Studio无法执行Java类的main方法怎么解决Android Studio无法执行Java类的main方法怎么解决May 17, 2023 pm 04:43 PM

环境androidstudio版本:3.6.1gradle版本:5.6.4gradle插件版本:3.6.1错误提示11:41:35PM:Executingtask&#39;TxtUtil.main()&#39;...Executingtasks:[TxtUtil.main()]inproject/Users/tinytongtong/Documents/workspace/as/self/BlogDemoFAILURE:Buildfailedwithanexception.*Wh

html中document是什么html中document是什么Jun 17, 2022 pm 04:18 PM

在html中,document是文档对象的意思,代表浏览器窗口的文档;document对象是window对象的子对象,所以可通过“window.document”属性对其进行访问,每个载入浏览器的HTML文档都会成为Document对象。

See all articles

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

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor