Logo E-surfE-surf

Requirements

There are little requirements which should be met to get the PHP Source Plugin working in your Eclipse PDT copy:

  1. Eclipse 3.4 (Ganymede) programing environment or higher
  2. PDT 2.0 Plugin or higher
  3. Internet connection :-)

Features

The main features added in 1.0.0 (current) version:

  1. Possibility to handle multiple PHP classes in one source file
  2. Additional generated methods sort mode (first setters, then getters)
  3. Improved main menu access - only when a suitable PHP editor is available

The main features added in 0.9.0 version:

  1. Possibility to display only attributes with selected access modifier
  2. PHP class presence enforcement
  3. Improved system communicates
  4. Improved generated code indentation

Features included in 0.8.0 version:

  1. Possibility to choose which methods to generate (only getters, only setters, both getters and setters or only for chosen attributes)
  2. Generated code insertion point selection
  3. Generated methods sort order selection
  4. Methods access modifier selection
  5. Possibility to automatically provide methods' comments stub

Screenshots

Eclipse workspace - The PHP Source functions can be accessed via the top Eclipse menu


Option choosing - "Generate Getters and Setters" window provides the well known functionality of Java access method generation


Generation window options - A variety of options allowing to adjust generated source code to your expectations


Generated source code - The result of chosen method generation can be seen in the PHP editor


Eclipse