Running

PDT allows you to run the applications you are working on from the workbench. This allows you to run and test your applications during development.

 

PDT includes several different methods of running your files and applications:

PHP Script Local Running

Allows you to run files situated in your workspace. This enables you to locally validate freshly developed code before deploying to a Web server. Using this option, you can run applications which do not require user input or responses from the server.

 

See Running PHP Scripts Locally for more information.

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, Zend Core and Zend Platform, but can also be downloaded as a separate component from http://www.zend.com/en/products/studio/downloads.

PHP Web Page Running

Allows you to run applications situated on a server, including any required interactive user input.

Note:

It's recommended that your local project structure reflect the project structure on your server.

See Running PHP Web Pages for more information.

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, Zend Core and Zend Platform, but can also be downloaded as a separate component from http://www.zend.com/en/products/studio/downloads.

 

 

Related Links

Related Links:
Using the Debugger

Running and Analyzing Debugger Results