1 PHPEclipse Version 1.0.6alpha
2 Copyright 2003 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.org -> Downloads
33 ------------------------------------------
34 Java Runtime 1.4.x or higher ( downloadable at http://java.sun.com )
35 Eclipse 2.1 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:
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
81 ------------------------------------------
82 To start coding your php code. Simply create a new project.
83 (File -> New... -> Project) And choose PHP from the left list.
84 Choose PHP Project from the right and press "Next >".
85 Specify a name for your project and press "Finish".
87 To open the PHP Perspective click Windows -> Open Perspective -> Other... and
88 choose PHP from the list.
92 ------------------------------------------
93 There is a help forum at http://sourceforge.net/projects/phpeclipse.
94 Just follow the "Forums" link.
98 6. Additional Plugins for PHPEclipse
99 ------------------------------------------
101 - PHPEclipse SQL Plugin : Helps create SQL statements
102 - PHPEclipse JTidy Plugin : Checks and cleans up HTML.
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!
119 See http://phpeclipse.sourceforge.net/en/get_involved.php for more information
120 on how to contribute.
122 BUT MOST IMPORTANT we need your help to find and fix those little bugs that
123 seem to creep into the code.
127 ------------------------------------------
128 Before reporting a bug make sure that you are using the latest release of
131 If you find a bug see if it is allready listed in the bug database
132 at http://sourceforge.net/projects/phpeclipse/ -> Bugs
133 If it is not listed create a new bug report. Be sure to include your system
134 information (e.g. W2K Pentium 4 512 MB RAM), your Eclipse version
135 (e.g. Eclipse 2.1), the version of phpeclipse you are using and a detailed
136 description of the bug and how it can be reproduced.