Creating a PHP File Outside of a Project
Single PHP files can be created outside of a project quickly and easily for the purposes of writing short snippets of code which will not later need to be debugged or run and do not need to be associated with other files or projects.
Creating a New PHP File Not Associated with a Project
|
|
|
To create a new PHP file not associated with a project: |
Once the file has been created, it can later be saved within a project. |
Saving the File to a Project
|
|
|
To save the file to a project:
|
Your file will be saved within the selected project and will be available for running, debugging and profiling operations. |