Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Framework to develop simple Eclipse plugin using PHP/PHPinJava"

(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...)
 
(Mapping PHP functions to Java methods)
Line 1: Line 1:
 
=Mapping PHP functions to Java methods=
 
=Mapping PHP functions to Java methods=
 +
This is a step by step tutorial showing the capabilities of the current release.
 +
 
* Install the plugin
 
* Install the plugin
 
* Create a new plugin project
 
* Create a new plugin project
 
* Use the template "Hello, World"
 
* Use the template "Hello, World"
 
* In the '''Dependencies''' tab add '''org.eclipse.soc2007.phpengine''' as a Required Plugin-ins
 
* In the '''Dependencies''' tab add '''org.eclipse.soc2007.phpengine''' as a Required Plugin-ins

Revision as of 00:30, 12 July 2007

Mapping PHP functions to Java methods

This is a step by step tutorial showing the capabilities of the current release.

  • 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