Book Image

PHPEclipse: A User Guide

Book Image

PHPEclipse: A User Guide

Overview of this book

The fusion of Eclipse, the leading open source development environment, and PHP is an exciting prospect for web developers. This book makes sure that you are up and running as quickly as possible, ready to take full advantage of PHPEclipse's tuned PHP development tools, without requiring any prior knowledge of Eclipse. You will begin with installing and configuring PHPEclipse, before moving onto a tour of the Eclipse environment, familiarizing you with its main components. As a plug-in to Eclipse, PHPEclipse is able to harness the platform to provide a rich and powerful development experience. For helping you improve the efficiency of your PHP coding, the book details the powerful editing features of PHPEclipse, and shows you how to use it to better organize your application code. You will see how PHPEclipse helps you throughout the development lifecycle, and learn how to use PHPEclipse's debugger to troubleshoot and step through your PHP code as it executes. The book rounds off with coverage of accessing databases and managing source code from within the. For the final step for your application, you will learn how to deploy your site to a production server."
Table of Contents (12 chapters)
11
Index

Quantum DB Perspective

The Quantum DB perspective will be covered in depth inChapter 6. We mention it here since it is one of three perspectives installed by PHPEclipse.

The Quantum DB plug-in, as part of PHPEclipse, installs this perspective. PHP SQL interfaces with databases using a JDBC driver. In this perspective, you can write SQL statements directly against the database. If you send a SELECT command, you can see the data returned directly to you in a view. Using Quantum DB, you no longer have to jump into a separate application to retrieve or manipulate data from a database. You can even alter and maintain the database right from Eclipse.

InChapter 6, we will walk through installation, configuration, and usage of this powerful plug-in.