Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Framework to develop simple Eclipse plugin using PHP/PHPinJava

< Framework to develop simple Eclipse plugin using PHP
Revision as of 00:30, 12 July 2007 by Unnamed Poltroon (Talk) (New page: =Mapping PHP functions to Java methods= * Install the plugin * Create a new plugin project * Use the template "Hello, World" * In the '''Dependencies''' tab add '''org.eclipse.soc2007.phpe...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mapping PHP functions to Java methods

  • Install the plugin
  • Create a new plugin project
  • Use the template "Hello, World"
  • In the Dependencies tab add org.eclipse.soc2007.phpengine as a Required Plugin-ins

Back to the top