Opening PHP Elements

This procedure describes how to use the Open PHP Element function to navigate to a PHP element (Class, Function or Constant) in an open project.

To open a PHP Element:

  1. From the Menu Bar, go to Navigate | Open PHP Element -or- click the Open PHP Element icon on the Toolbar toolbar_open_element.png. The "Open PHP Element" dialog will open.
  2. Enter the first few characters of the element which you want to open. Resources that begin with those letters will appear in the 'Matching Resources' pane, listed alphabetically.
    open_php_element_dialog_pdt.png
  3. You can filter by element type (class, function or constant) by marking/unmarking the relevant checkboxes.
  4. Select the required element and click OK.

The file containing the element declaration will open in the editor, with the element highlighted.