Home Backend Development PHP Tutorial EclipsePHP实时浏览设置方法解决思路

EclipsePHP实时浏览设置方法解决思路

Jun 13, 2016 am 11:34 AM
mysql nbsp php

EclipsePHP实时浏览设置方法

本帖最后由 mmy628 于 2011-03-02 21:54:17 编辑 我是新手,安装上Eclipse后,在编辑窗口里输入PHP源码,想要在PHP Browser里实时浏览程序,如果不配置一下EclipesPHP,将无法实现。
一、新建项目目录说明:
我新建一个叫“test1”的“PHP项目”和一个叫“test.php”的文件时,提示选择一个“安装目录”。
我选择的目录是:E:/home/m2006/bbs/test 
解释一下上面目录的意思。
“home/”是我的IIS网站根目录(我没有用Apache建站,我的服务器搭建如下:WIN7_IIS + MySQL5.5+PHP5.3+Discuz8.3)。
“m2006/”是我的index.html所在的目录。
“bbs/”是我搭建的PHP支持的Discuz8.3论坛,index.php所在的目录。
“test/”项目目录搭建在“bbs/”下,正是考虑EclipsePHP需要MySQL、PHP的支持。
明白以上目录的意义,进入EclipsePHP下一步的属性配置。

二、Project Defaults配置

依次打开Eclipse的“窗口/选项/PHPeclipse Web Development/Project Defaults”,进入它的“Project   Defaults”项目默认配置界面。如上图。
右框内的“Localhost”一项,当然是我的支持PHP的BBS目录,test目录是我新建test1项目的目录。
右框的“DocumentRoot”文档Root,是我初次安装EclipsePHP时,错误设置的安装路径“E:/PHP100.com”。如果这个路径不修改,每次在编程窗口里变动一下,就要自动弹出保存对话框,将会给我们以后的PHP编写带来很大的麻烦。如下图:

把“DocumentRoot”这个“文档根”路径修改如下图:

修改了以上两项,其实相当于修改了Localhost的全局变量,以后在所有的项目右键“属性”里就不用再改了。
注意一,“DocumentRoot”已经被修改成了支持PHP、MySQL运行环境的“bbs/”目录下的“test”了。“test”后面没有“/”否则实时浏览出错!
注意二,我在“Include  Paths”里“新建...”了一个“E:\PHP10.COM”。实属无聊之举。这里的“\”与上面的“DocumentRoot”方向不一样哦!这些细节不注意,还会带来烦恼的。

三、PHP、MySQL的配置
1.PHP的配置:

依次打开Eclipse的“窗口/选项/PHPeclipse Web Development/PHP,找到“HTTP  Query”,右框里找到“Localhost”,我修改了它“http://192.168.1.XXX”,我的内网IP。然后新建了一个“Localhost2”,URL:http://localhost。也属无聊。

接着下面就是这个扩展工具项。点开后,右边的框内如下 图: 

第一项,启动PHP命令目录,是我的PHP.exe安装目录. 
第二项,参数项,应该是安装EclipsePHP时候默认的。所以,我们初次安装Eclipse时,一定要小心设置安装参数。  
  
下面就是Apache、MySQL的配置。我这里没有安装Apache,所以,只说MySQL配置。  


上图就是我的MySQL安装路径。 
  
四、浏览器的选择。 
在“窗口/Web  Browser”的右箭头里,选1、2都行,就是不能选 0 。 
  
最后,写一个PHP: 

如果还不能马上预览,“Ctrl+S ”! 
上传个图片真麻烦,我个人相册里已经上传好了,却不能引用?
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)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
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)

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

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

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

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

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

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

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

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

How to fix mysql_native_password not loaded errors on MySQL 8.4 How to fix mysql_native_password not loaded errors on MySQL 8.4 Dec 09, 2024 am 11:42 AM

One of the major changes introduced in MySQL 8.4 (the latest LTS release as of 2024) is that the "MySQL Native Password" plugin is no longer enabled by default. Further, MySQL 9.0 removes this plugin completely. This change affects PHP and other app

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

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 Quick Guide CakePHP Quick Guide Sep 10, 2024 pm 05:27 PM

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.

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