Project Properties: Sources

The Sources dialog contains the following options:

Element Description

Project Folder

The folder containing the project's NetBeans metadata.

Source Folder

The folder containing the PHP source files.

Test Folder

Location of PHPUnit test files, if set.

Browse...

Click to change the location of PHPUnit test files.

Web Root

The root folder of your application site. By default, the field shows the Sources folder. To change the web root, click Browse and select another folder.

Copy files from Sources Folder to another location

Tick the box to keep a second copy of your sources in another location. For example, you could have your Sources Folder in a folder with all your NetBeans project and copy the sources to your web server.

Copy to Folder

Folder containing a second copy of your source files.

Browse...

Click to select the folder to contain the second copy of your source files.

Encoding

Encoding for the files in your project. Select encoding from the drop-down list.

Allow short tags

Allow the use of PHP short tags, such as <? in place of <?php. Enabled by default.

Allow ASP tags

Allow the use of ASP tags such as <%. Disabled by default.



Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.