1 PHPEclipse Version 1.0.6alpha
2 http://phpeclipse.sourceforge.net
5 ------------------------------------------
6 Eclipse 2.x or higher (downloadable at http://www.eclipse.org)
10 ------------------------------------------
11 PHP Enviroment for running PHP code.
12 PHP can be downloaded at http://www.php.net
13 Server can be found at http://httpd.apache.org
14 MySQL can be found at http://www.mysql.org
18 ------------------------------------------
19 Simply unzip the files to your eclipse directory and (re)start eclipse.
21 If you copy the files manually make sure all files are located in the
22 net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation.
24 After installation the directorystructure should look like:
31 |- net.sourceforge.phpeclipse // plugin folder
34 . |-- phpeclipse.jar // the plugin jar file
40 |-- phpeclipsesrc.zip // sources for phpeclipse
42 |-- install.txt // this textfile
44 |-- cpl-v10.html // common public licence
46 |-- TODO // what to do
50 ------------------------------------------
51 To start coding your php code. Simply create a new project.
52 (File -> New... -> Project) And choose PHP from the left list.
53 Choose PHP Project from the right and press "Next >".
54 Specify a name for your project and press "Finish".
56 The PHP Perspective should open and you can add new PHP files.
58 - For more Information go to the menu "Help->Help Contents" and
59 open the "PHPEclipse Help"
63 Additional Plugins for PHPEclipse
64 ------------------------------------------
66 - PHPEclipse SQL Plugin
67 - PHPEclipse JTidy Plugin
69 Both can be found at: http://sourceforge.net/projects/phpeclipse/