1 PHPEclipse  Version 1.1.0
 
   2 Copyright 2003-2004 net.sourceforge.phpeclipse
 
   3 http://www.phpeclipse.org
 
   5     Axel Kramer (http://www.phpeclipse.de)
 
  19 This Plugin is released under the Common Public License v1.0 which is included
 
  20 in this distribution or can be viewed at http://www.eclipse.org/legal/cpl-v10.html.
 
  22 Look for updated versions of this plugin at http://www.phpeclipse.de -> Install/Downloads
 
  36 ------------------------------------------
 
  37 Java Runtime 1.4.x or higher ( downloadable at http://java.sun.com )
 
  38 Eclipse 3.0 or higher ( downloadable at http://www.eclipse.org )
 
  43 ------------------------------------------
 
  44 PHP Enviroment for running PHP code.
 
  45 PHP can be downloaded at http://www.php.net
 
  46 Server can be found at http://httpd.apache.org
 
  47 MySQL can be found at http://www.mysql.org
 
  52 ------------------------------------------
 
  53 Simply unzip the files to your eclipse plugins directory and (re)start eclipse.
 
  54 (<eclipse-install>/plugins/)
 
  56 If you copy the files manually make sure all files are located in the
 
  57 net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation.
 
  59 After installation the directorystructure should look as follows (example):
 
  66             |- net.sourceforge.phpeclipse_x.x.x     // plugin folder
 
  69             .               |-- phpeclipse.jar      // the plugin jar file
 
  71                             |-- plugin.xml          // plugin manifest
 
  73                             |-- plugin.properties   // manifest properties
 
  75                             |-- phpeclipsesrc.zip   // sources for phpeclipse (if you don't need the sources you can safly delete this file)
 
  77                             |-- install.txt         // this textfile
 
  79                             |-- cpl-v10.html        // common public licence
 
  81                             |-- icons               // Icons directory
 
  85 ------------------------------------------
 
  86 To start coding your php code. Simply create a new project.
 
  87 (File -> New... -> Project) And choose PHP from the left list.
 
  88 Choose PHP Project from the right and press "Next >".
 
  89 Specify a name for your project and press "Finish".
 
  91 To open the PHP Perspective click Windows -> Open Perspective -> Other... and
 
  92 choose PHP from the list.
 
  96 ------------------------------------------
 
  97 There is a help forum at http://www.phpeclipse.de.
 
  98 Just follow the "Forums" link.
 
 102  6. Additional Plugins for PHPEclipse
 
 103 ------------------------------------------
 
 105 - PHPEclipse SQL Plugin : Helps create SQL statements
 
 107 Both can be found at: http://sourceforge.net/projects/phpeclipse/
 
 112 ------------------------------------------
 
 113 To make PHPEclipse a useful tool for developing PHP we need your help.
 
 114 No contribution is too small or too big!
 
 123 BUT MOST IMPORTANT we need your help to find and fix those little bugs that
 
 124 seem to creep into the code.
 
 128 ------------------------------------------
 
 129 Before reporting a bug make sure that you are using the latest release of
 
 132 If you find a bug see if it is allready listed in the bug database
 
 133 at http://sourceforge.net/projects/phpeclipse/ -> Bugs
 
 134 If it is not listed create a new bug report. Be sure to include your system
 
 135 information (e.g. W2K Pentium 4 512 MB RAM), your Eclipse version
 
 136 (e.g. Eclipse 3.0), the version of phpeclipse you are using and a detailed
 
 137 description of the bug and how it can be reproduced.