PHPEclipse Version 1.0.6alpha http://phpeclipse.sourceforge.net Requirements ------------------------------------------ Eclipse 2.x or higher (downloadable at http://www.eclipse.org) Recommended ------------------------------------------ PHP Enviroment for running PHP code. PHP can be downloaded at http://www.php.net Server can be found at http://httpd.apache.org MySQL can be found at http://www.mysql.org Installation ------------------------------------------ Simply unzip the files to your eclipse directory and (re)start eclipse. If you copy the files manually make sure all files are located in the net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation. After installation the directorystructure should look like: |-- | | . plugins . | . | |- net.sourceforge.phpeclipse // plugin folder | | . | . |-- phpeclipse.jar // the plugin jar file . | |-- plugin.xml | |-- plugin.properties | |-- phpeclipsesrc.zip // sources for phpeclipse | |-- install.txt // this textfile | |-- cpl-v10.html // common public licence | |-- TODO // what to do Editing PHP ------------------------------------------ To start coding your php code. Simply create a new project. (File -> New... -> Project) And choose PHP from the left list. Choose PHP Project from the right and press "Next >". Specify a name for your project and press "Finish". The PHP Perspective should open and you can add new PHP files. - For more Information go to the menu "Help->Help Contents" and open the "PHPEclipse Help" Additional Plugins for PHPEclipse ------------------------------------------ - PHPEclipse SQL Plugin - PHPEclipse JTidy Plugin Both can be found at: http://sourceforge.net/projects/phpeclipse/