Aptana Studio Help > Getting Started

Developing with the Aptana PHP Plugin

The Aptana PHP plugin gives you the tools to build better PHP applications faster.

You can install the PHP plugin (as well as other Aptana-supplied plugins) using the Install Additional Features wizard on the Aptana menu.

How do I setup PHP previewing with a web server besides the one embedded in Studio?

You can use an Apache server, including those installed in packages like WAMP, XAMP and MAMP, very easily.

  1. Configuring an external web server
  2. Open the Preferences dialog to the PHP -> Preview panel
  3. Choose your server from the Preview Type Use Server dropdown list
  4. Click OK

How do I remove or disable the PHP Plugin?

  1. Open the Plugins Manager view
  2. Select the Aptana PHP Development Environment
  3. Click the Disable icon (the red minus) or the Delete icon (the red X) on the view toolbar
  4. Restart Studio

Can I make my project a PHP project even though it wasn't originally created as one?

Yes. There are two different ways to do so and we recommend the first.

<natures>
  <nature>com.aptana.ide.editor.php.phpnature</nature>
</natures>

If you choose the second option, you should close and reopen your project to apply the changes.