Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
This procedure describes how to run whole applications, projects, files or collections of files that are on the server. Using this process, you can run either copies of the files which are located on the server or the files located locally on your workspace (if available).
Note:
Your server must be running the Zend
Debugger or XDebug in order for remote debugging and
profiling capabilities to function.
The Zend Debugger comes bundled with
Zend Server,
but can also be downloaded
as a separate component from http://www.zend.com/en/products/studio/downloads.
|
|
|
To run a PHP Web Page:
New Run Configuration
Note: The file to be run needs to exist on the server even if you are going to be selecting to run the local copy of your files.
New Run Configuration - Advanced
Note: The file to be run needs to exist on the server even if you are going to be selecting to run the local copy of your files.
|
Your application will be run and displayed in a browser. |
|
Note:
If the file contains 'include' or 'require' calls to
files which are not contained within the project, you must add
them to the project's Include Path in order to simulate your production
environment.
In addition, if a file defined with an absolute path to a server location
(See 'Include Paths' for more on absolute
file locations) is called, a Path Mapping dialog will appear. See Path
Mapping for more information.
|
|
|
Related Links: |
|
|