Use the New PHP File Wizard to create a PHP file in the current project.
Click the drop down menu on the create New
icon [] and select PHP
File.
... or click File > New PHP File. The New PHP File dialog will open.
By default, the file will be located in the project's source folder. If required, use the Browse button to save it to another location. It will be saved relative to the current project.
Enter the file name in the File Name field. Click Next. The Select PHP Template dialog will appear.
Select the PHP template to use. Use the scroll bar at the right (not shown) to choose a template from the list (or deselect the "Use PHP Template" checkbox if you are not using a template).
The PHP File Options and Menu Items currently available are:
|
Opens the file with the default editor. |
|
Selects the default editor |
|
Copies the entire file to the clipboard. |
|
Pastes the file to a specified location. |
|
Deletes the file from the project. |
|
Formats File **** |
|
Enables you to Rename/Move the file. Does not fix or resolve dependencies. |
|
Selects an import source and opens an appropriate wizard to import material from the selected source. |
|
Selects an export destination and opens an appropriate wizard to export material to it. |
|
If you modify the file with an external editor, Refresh will perform any necessary build or update operations to process the changes that you made. |
|
Runs on the Server or as a PHP executable. |
|
Debugs on the Server or as a PHP executable. |
|
Apply Ptch*** |
|
Local History or with CVS version. |
|
Previous from Local History or from the CVS. |
|
Add PHPDoc |
|
Opens the Properties Info dialog. |