Book Image

PHP Application Development with NetBeans: Beginner's Guide

By : M A Hossain Tonu
Book Image

PHP Application Development with NetBeans: Beginner's Guide

By: M A Hossain Tonu

Overview of this book

<p>NetBeans has many features that greatly simplify PHP development, and with its several features and great flexibility, PHP developers can become overwhelmed by the IDE's options. This book provides step-by-step instructions that show you how to take control of the environment and make use of these features to make your PHP application development more efficient and productive than ever before.<br /><br />"PHP Application Development with NetBeans: Beginner's Guide" leads you through the crucial parts of PHP programming and shows you how to use the features of NetBeans that will improve your PHP development experience, through clear and easy instructions.<br /><br />The book gets you started with the development environment and tools, and takes you through working on practical projects with a clear focus. With each chapter being mission-critical, the book is a perfect companion to boost your PHP coding productivity and gain experience with even complex projects.<br /><br />The book starts with setting up the PHP development environment and introduces exciting and useful IDE features. You'll learn how to build real life PHP projects such as Facebook like Status Updater and even User Registration, Login &amp; Logout application. Also the book will introduce you with some must know development tools such as debugging &amp; testing tools, source documenter tools, and versioning tools.<br /><br />Working with the NetBeans IDE for PHP development has its own advantages, and this book reassures the purpose. This book is full of illustrations, screenshots, and clear instructions to take your PHP development to a new level and even shows you time-saving tricks and other productivity enhancements.</p>
Table of Contents (16 chapters)
PHP Application Development with NetBeans Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Time for action — downloading the NetBeans IDE


Go through the following steps to download the NetBeans IDE:

  1. 1. Visit http://netbeans.org/downloads/ in order to download the latest NetBeans release. The download page will automatically detect your computer's operating system, and will let you download the operating, system-specific installer.

    Note that you can add or remove packs or plugins later, using the IDE's plugin manager. Also, you can select "OS-independent ZIP" if you want to avoid installation. Again, NetBeans is a must-have IDE for those programmers who work with multiple programming language platforms. Currently, NetBeans IDE supports various development platforms—J2SE, J2EE, J2ME, PHP, C/C++, and so on.

    Next, we are going to download the PHP bundle, as shown in the screenshot above..

  2. 2. After clicking on the Download button, the page will be redirected to an auto download, along with a direct download link, as shown in the following screenshot:

    As you can see, your download starts automatically; Firefox users should see a window to save the file, which will appear as follows:

  3. 3. Save the file onto your disk space.

What just happened?

We just downloaded the installation file for the NetBeans PHP bundle. The PHP bundle provides tools for PHP 5.x development, and Zend and Symfony framework support. If you click on the All download option, you'll have the installation file for all mentioned technologies and during installation you will be able to choose exactly what tools and runtimes to install. So, now we are ready launch the installation wizard.