Table of Contents

Eclipse PDT(PHP Development Tool)

Install with Eclipse Available

  1. Step1: Download and Install Eclipse EE from https://eclipse.org/downloads/. You must specify java version on your computer to download eclipse 32bits(java 32bits) or 64bit(java 64bits)(You should install Eclipse 3.6 32bits to install hibernate tool and run with java 32bits)
  2. Step2: In Eclipse, click Help → Install New Software and work with: http://download.eclipse.org/tools/pdt/updates/3.5

Basic Config

Show some basic windows in Eclipse PDT

change between PHP screen and Debug Screen

If you want change to mode PHP for coding or mode Debug for debug, Click button PHP or Debug at top right corner

PHP Editor Config

common config for PHP

Under Window → Preferences:

Config to editor Drupal

Config to recognize drupal files

Import drupal project

Under menu File→New→PHP Project from Existing Directory

Config Editor for zend framework

Config to recognize zend framework files

Import zend framework project

Under menu File→New→PHP Project from Existing Directory

Config debug PHP