Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Phpeclipse: A User Guide
 
See larger image
 

Phpeclipse: A User Guide [Paperback]

Shu-Wai Chow , Chow Shu-Wai Chow
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 29.95
Price: CDN$ 28.75 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 1.20 (4%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 1 to 3 weeks.
Ships from and sold by Amazon.ca. Gift-wrap available.

Product Details


Product Description

Product Description

PHPEclipse brings PHP functionality to the Eclipse platform, enhancing it as an environment for developing web applications and focusing on what PHP web developers need to create an application. PHPEclipse’s development is active and its tool-set provides everything you need to write web applications in PHP. 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 Eclipse environment. For the final step for your application, you will learn how to deploy your to a production server. Features include : debugging, using PHPDocumentor, the QuantumDB plug-in, managing your source code repository, deployment using FTP, SFTP, WebDav and Ant. 1904811442.jpg Shu-Wai Chow has worked in computer programming and information technology for the past eight years. He started his career in Sacramento, California, spending four years as the webmaster for Educaid, a First Union Company and another four years at Vision Service Plan as an application developer. Through the years, he has become proficient in Java, JSP, PHP, ColdFusion, ASP, LDAP, XSLT, and XSL-FO. Shu has also been the volunteer webmaster and a feline adoption counselor for the Sacramento Society for the Prevention of Cruelty to Animals. He is currently a software engineer at Antenna Software in Jersey City, New Jersey. Born in the British Crown Colony of Hong Kong, Shu did most of his alleged growing up in Palo Alto, California. He studied anthropology and economics at California State University, Sacramento. He lives along the New Jersey Coast with seven very demanding cats, three birds that are too smart for their own good, a cherished Fender Stratocaster, and a beloved, saint-like girlfriend.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

1 Review
5 star:
 (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

5.0 out of 5 stars Up and running in no time, Aug 2 2007
This review is from: Phpeclipse: A User Guide (Paperback)
Using the book's instructions I was able to get my project underway in an a couple of hours, starting from scratch. Knowing how to use the Eclipse IDE cures a lot of major headaches, and this book does an amazing job at providing you with all the info you're likely to need. There's exactly the right amount of detail, a good balance between explaining the basics and providing quite detailed information for those who want more depth. More comprehensive, more relevant and better written than any of the documentation I've been able to find on the web. If you are looking to learn PHP, I'd consider this book essential. It'll save you hours of wasted effort just trying to get in the door, and you'll be able to sit down and do some proper work in no time.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.4 out of 5 stars (5 customer reviews)

9 of 9 people found the following review helpful:
5.0 out of 5 stars Instructions on How to Install and Use PHPEclipse, Jun 20 2006
By Diane Cipollo - Published on Amazon.com
This review is from: Phpeclipse: A User Guide (Paperback)
When you are first learning a new computer language such as PHP, you will want to complete each line of code and each phase of the program by hand and without using any shortcuts. This is the best way to learn. But as we all know, in the real world, we are all pressed for time. Many programmers turn to an IDE (integrated development environment) to keep them organized and to streamline the workflow. This book by Shu-Wai Chow will show you how to install, setup and use PHPEclipse which is a popular open source IDE for PHP programmers.

The author begins with an introduction to IDE's covering their main features and the pros and cons of using them. Following this, is an introduction to PHPEclipse, its history and architecture. Then the fun begins. Chow's tutorial-styled narrative walks you through each step as you install the main software; Apache, PHP, Java, Eclipse and PHPEclipse. I especially liked that he used the free, open source distribution/installation software called XAMPP which automates the installation of Apache, MySQL, PHP and Perl. He covers the installation for Windows, Mac and Linux. At this point you also install Java and PHPEclipse. Finally, he thoroughly discusses the user interface, the views (palettes) and dialog boxes and how you might want to customize these.

Once you have these installed, you begin to work on a real PHP application project which is a database driven website for an animal shelter. You learn how to set up this project's files and folders within PHPEclipse. Then you begin building the PHP code and supporting HTML, JavaScript and CSS files for the website. You also begin to work on the database, program objects and classes. Chow introduces some helpful tools at this point including WTP (Web Tools Platform project), HTML Tidy, Eclipse Tidy and phpDocumentor. I especially liked the phpDocumentor feature that builds the documentation for your application from your source code comments.

Debugging is the next topic and after an introduction to terms and concepts, Chow shows how to install and setup the DBG debugger. With this feature, you can use more sophisticated debugging practices than the basic echo ( ) function we all know so well. Chow walks you through a complete debugging session and discusses common strategies.

The next step is to turn PHPEclipse into a database client by the addition of the Quantum DB plug-in. Chow demonstrates how to use this with a relational database and how to perform common tasks such as writing SQL statements and manipulating tables.

Depending on your projects, you may or may not feel that you need the help of version control software to keep track of the changes made to your application. However, you will be surprised at how helpful this software is with even the simplest project. Chow helps you install, setup and use the CVS version control software with PHPEclipse and also discusses some common terms and concepts along the way. Lastly, Chow covers how to setup PHPEclipse to work with FTP, Secure FTP, WebDAV and Ant for publishing your new site.

As you can see, this book is more than just instructions on how to install these programs. It also gives you hands-on practice using them. You can download the complete application and sample files from the supporting website. Shu-Wai Chow has been working in the programming field for over eight years and is proficient in Java, JSP, PHP, ColdFusion, ASP, LDAP, XSLT and XSL-FO.

6 of 7 people found the following review helpful:
3.0 out of 5 stars eh...., Jan 4 2007
By Tobin T. Bradley "fuzzytolerance" - Published on Amazon.com
This review is from: Phpeclipse: A User Guide (Paperback)
I'm a long-time PHP developer but a relative newcomer to Eclipse (love it).

This is a fair guide to PHPEclipse. I don't think there's anything about PHPEclipse I'd want to know that I couldn't find in this book, particularly about adding debugging and phpdoc, which don't come bundled with PHPEclipse.

On the other hand - for what you pay, this is a really, really short book. If they needed some filler space to justify the cost, more information on Eclipse in general would have come in handy for a noob like me, or some basics on PHP (the book assumes a fairly high level of PHP knowledge, as it goes right in to OOP in its examples). Some of the graphics work and text layout leaves a bit to be desired, which surprised me, as I've had good luck with this publisher.

If I had it to do over again, I probably would have skipped this book and toughed it out, but overall it isn't a bad book and it did help some. If you are a PHP ninja but you don't know anything about PHP in Eclipse (and you have some cash to kill), it isn't a bad pickup. I give it an "eh" rating.

3 of 3 people found the following review helpful:
5.0 out of 5 stars Invaluable, Feb 17 2006
By Ed Hansen - Published on Amazon.com
This review is from: Phpeclipse: A User Guide (Paperback)
I don't know how I ever wrote php code without Eclipse! And this book makes it easy and FUN to use Eclipse. Shu Chow is a master at explaining the concepts involved as well as the functionality of the tool.
 Go to Amazon.com to see all 5 reviews  4.4 out of 5 stars 
 
 
Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges