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.

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

Notes