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

Edit menu


Keys

Command

Action

Ctrl + Z

Undo

Reverses (one at a time) a series of editor actions, except Save

Ctrl + Y

Redo

Reverses (one at a time) a series of Undo commands

Ctrl + X

Cut

Deletes the current selection and places it on the clipboard

Ctrl + C

Copy

Copies the current selection to the clipboard

Ctrl + V

Paste

Pastes the contents of the clipboard into the insertion point

Ctrl + Shift + V

Paste Formatted

Pastes the formatted contents of the clipboard into the insertion point

Delete

Delete

Deletes the current selection

Ctrl + A

Select All

Selects everything in the current document or window

Alt + Shift + J

Select Identifier

Selects the current identifier

Ctrl + F3

Find Selection

Finds instances of the current selection

F3

Find Next

Finds next instance of found text

Shift + F3

Find Previous

Finds previous instance of found text

Ctrl + F

Find

Finds a text string

Ctrl + H

Replace

Finds a string of text and replaces it with the string specified

Alt + F7

Find Usages

Finds usages and subtypes of selected code

Ctrl + Shift + F

Find in Projects

Finds a specified text, object names, and object types within projects

Ctrl + Shift + H

Replace in Projects

Replaces text, object names, and object types within projects