1 PHPEclipse Version 1.0.6alpha
2 Copyright 2003 net.sourceforge.phpeclipse
14 This Plugin is released under the Common Public License v1.0 which is included
15 in this distribution or can be viewed at http://www.eclipse.org/legal/cpl-v10.html.
17 Look for updated versions of this plugin at http://phpeclipse.sourceforge.net
20 ------------------------------------------
21 Eclipse 2.x or higher (downloadable at http://www.eclipse.org)
25 ------------------------------------------
26 PHP Enviroment for running PHP code.
27 PHP can be downloaded at http://www.php.net
28 Server can be found at http://httpd.apache.org
29 MySQL can be found at http://www.mysql.org
33 ------------------------------------------
34 Simply unzip the files to your eclipse plugins directory and (re)start eclipse.
35 (<eclipse-install>/plugins/)
37 If you copy the files manually make sure all files are located in the
38 net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation.
40 After installation the directorystructure should look as follows:
47 |- net.sourceforge.phpeclipse // plugin folder
50 . |-- phpeclipse.jar // the plugin jar file
56 |-- phpeclipsesrc.zip // sources for phpeclipse
58 |-- install.txt // this textfile
60 |-- cpl-v10.html // common public licence
62 |-- TODO // what's to do
66 ------------------------------------------
67 To start coding your php code. Simply create a new project.
68 (File -> New... -> Project) And choose PHP from the left list.
69 Choose PHP Project from the right and press "Next >".
70 Specify a name for your project and press "Finish".
72 The PHP Perspective should open and you can add new PHP files.
74 - For more Information go to the menu "Help->Help Contents" and
75 open the "PHPEclipse Help"
79 Additional Plugins for PHPEclipse
80 ------------------------------------------
82 - PHPEclipse SQL Plugin
83 - PHPEclipse JTidy Plugin
85 Both can be found at: http://sourceforge.net/projects/phpeclipse/