1 PHPEclipse Version 1.1.0
2 Copyright 2003-2004 net.sourceforge.phpeclipse
3 http://www.phpeclipse.org
5 Klaus Hartlage (http://www.phpeclipse.de)
16 This Plugin is released under the Common Public License v1.0 which is included
17 in this distribution or can be viewed at http://www.eclipse.org/legal/cpl-v10.html.
19 Look for updated versions of this plugin at http://www.phpeclipse.de -> Install/Downloads
33 ------------------------------------------
34 Java Runtime 1.4.x or higher ( downloadable at http://java.sun.com )
35 Eclipse 3.0 or higher ( downloadable at http://www.eclipse.org )
40 ------------------------------------------
41 PHP Enviroment for running PHP code.
42 PHP can be downloaded at http://www.php.net
43 Server can be found at http://httpd.apache.org
44 MySQL can be found at http://www.mysql.org
49 ------------------------------------------
50 Simply unzip the files to your eclipse plugins directory and (re)start eclipse.
51 (<eclipse-install>/plugins/)
53 If you copy the files manually make sure all files are located in the
54 net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation.
56 After installation the directorystructure should look as follows (example):
63 |- net.sourceforge.phpeclipse_x.x.x // plugin folder
66 . |-- phpeclipse.jar // the plugin jar file
68 |-- plugin.xml // plugin manifest
70 |-- plugin.properties // manifest properties
72 |-- phpeclipsesrc.zip // sources for phpeclipse (if you don't need the sources you can safly delete this file)
74 |-- install.txt // this textfile
76 |-- cpl-v10.html // common public licence
78 |-- icons // Icons directory
82 ------------------------------------------
83 To start coding your php code. Simply create a new project.
84 (File -> New... -> Project) And choose PHP from the left list.
85 Choose PHP Project from the right and press "Next >".
86 Specify a name for your project and press "Finish".
88 To open the PHP Perspective click Windows -> Open Perspective -> Other... and
89 choose PHP from the list.
93 ------------------------------------------
94 There is a help forum at http://www.phpeclipse.de.
95 Just follow the "Forums" link.
99 6. Additional Plugins for PHPEclipse
100 ------------------------------------------
102 - PHPEclipse SQL Plugin : Helps create SQL statements
104 Both can be found at: http://sourceforge.net/projects/phpeclipse/
109 ------------------------------------------
110 To make PHPEclipse a useful tool for developing PHP we need your help.
111 No contribution is too small or too big!
120 BUT MOST IMPORTANT we need your help to find and fix those little bugs that
121 seem to creep into the code.
125 ------------------------------------------
126 Before reporting a bug make sure that you are using the latest release of
129 If you find a bug see if it is allready listed in the bug database
130 at http://sourceforge.net/projects/phpeclipse/ -> Bugs
131 If it is not listed create a new bug report. Be sure to include your system
132 information (e.g. W2K Pentium 4 512 MB RAM), your Eclipse version
133 (e.g. Eclipse 3.0), the version of phpeclipse you are using and a detailed
134 description of the bug and how it can be reproduced.