Editing PHP

There are some special features for PHP editing.

PHP menu and toolbar

PHP toolbar and menu allows to quickly insert common PHP code fragments.

Image PHP Snippets provides a drop-down menu for inserting common PHP structures. To edit this menu, click Edit PHP Snippets.
Image PHP Server Variables displays a list of server variables. To insert an item, select it and click OK.
Image PHP Tag inserts PHP tags <? ?>.
Image PHP Block inserts PHP tags <? and ?> in separate lines, creating multi-line PHP code block.
Image PHP Output Tag inserts ASP output tag <?= ?>.
Image Include File inserts file include directive.
Image Require File inserts file require directive.

Notes