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

PHP WTP Integration

Revision as of 10:23, 18 November 2006 by Yossi.zend.com (Talk | contribs)

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

Introduction

PHP IDE project is based on WTP project in terms of architecture using the Eclipse plugin mechanism. Many of the features in PHP IDE are free from the WTP and others depend on WTP features.

Integration Points

  • Editor - PHP IDE editor is based on WTP editor and by that get for free syntax highligthing and code assist of HTML code. The structure of the editor is as XML editor and is breaked into XML elements. The PHP section is another XML element inside the WTP/XML editor.
  • Outline - PHP IDE outline provides two layouts of outlines. One is the HTML outline which provides structure view of the HTML code and the second layout is PHP layout which includes the different PHP elements in group structure of classes, functions, constants and includes files.

Back to the top