Use this wizard to create a new PHP application.
This panel of the wizard contains the following elements:
Element | Description |
---|---|
Project Name |
Arbitrary name you give your project. |
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. |
Browse... |
Browse your file system for a folder in which to store PHP sources. |
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. |
Browse... |
Click to browse your file system for a location in which to store the project's metadata. |
Related Topics
Developing Applications with NetBeans IDE,
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. |