Use this wizard to create a new PHP application.
This panel of the New Project wizard contains the following elements:
Element | Description |
---|---|
Sources Folder |
Folder in which you want to store the project's PHP sources. By default, this is your web server's standard document root. Click Browse to locate the folder with the existing sources on your local file system. |
Project Name |
Arbitrary name you give your project. |
PHP Version |
The PHP version that your project uses. Note that you do not affect your PHP code by your choice in this field. Only the IDE's code completion feature uses the value in this field. |
Default Encoding |
Encoding for the files in your project. Select encoding from the drop-down list. |
Put NetBeans metadata into a separate directory |
Check to store the NetBeans project metadata separately from the source files. |
Metadata folder |
The location where you want to store the project's metadata. Click Browse to locate the folder on your local file system. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |