NetBeans IDE PHP Quick Start TutorialThis document provides general guidelines for preparing the environment for PHP development, setting up a PHP project, and developing and running your first PHP application in the NetBeans IDE for PHP. Contents
To follow this tutorial, you need the following software and resources.
You can install the PHP engine, web server and database separately or use AMP (Apache, MySQL, PHP) packages. Installation and ConfigurationThe following documents contain instructions for one or two ways to set up a PHP web stack on your operating system. These instructions are not definitive. The web stack consists of third-party software, your environment may differ, and you might prefer a different AMP package or another way to set up PHP. You might need to supplement our instructions with your own investigations.
Setting up a PHP Project in the NetBeans IDE for PHPFor help in installing and starting NetBeans IDE, please see the installation documentation. To start PHP development in the NetBeans IDE for PHP, you first need to create a project. A project contains the information on the location of the project files and the way you want to run and debug your application (run configuration).
Running Your First PHP Project
Using Database Servers with NetBeans IDE for PHPYou can use various database servers with the NetBeans IDE for PHP, although the most popular is the MySQL server. Downloads are available here.Note: The recommended version of the product is MySQL Server 5.0. See also:
Next StepsMeanwhile, to find information specific to the kind of applications you are developing, use the NetBeans IDE learning trail for that type of application. Each learning trail contains a series of tutorials and guides that range in scope from basic to advanced. The following learning trails are available: To send comments and suggestions, get support, and keep informed on the latest developments on the NetBeans IDE PHP development features, join the mailing list. |
Documentation |