Pro PHP: Patterns, Frameworks, Testing and More and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
Sell Us Your Item
For a $1.37 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Start reading Pro PHP: Patterns, Frameworks, Testing and More on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Pro PHP: Patterns, Frameworks, Testing and More [Paperback]

Kevin McArthur
3.7 out of 5 stars  See all reviews (18 customer reviews)

List Price: $49.99
Price: $29.31 & FREE Shipping. Details
You Save: $20.68 (41%)
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
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it tomorrow, June 20? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $22.79  
Paperback $29.31  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

March 31, 2008 Pro

Taking care to focus solely on those topics that will have the most impact on experienced PHP developers, Pro PHP is written for readers seeking to take their understanding of both PHP and sound software development practices to the next level. Advanced object–oriented features, documentation, debugging, software patterns, and the Standard PHP Library are just a few of the topics covered in extensive detail.

Author and noted PHP expert Kevin McArthur also examines emerging practices and trends such as the MVC architecture as applied to PHP, with special emphasis placed upon the increasingly popular Zend Framework.

With Ajax and web services crucial to the success of today's web applications, the book concludes with several chapters covering JSON, the SOAP extension, and advanced web services topics.

If you're seeking to go beyond the basics, Pro PHP is the book for you.


Frequently Bought Together

Pro PHP: Patterns, Frameworks, Testing and More + PHP Objects, Patterns and Practice (Expert's Voice in Open Source) + Real-World Solutions for Developing High-Quality PHP Frameworks and Applications
Price for all three: $84.73

Buy the selected items together


Editorial Reviews

About the Author

Kevin McArthur is an open source developer residing in British Columbia, Canada. He is a self-taught entrepreneur and has been running a very successful PHP application development studio for more than eight years. His company, StormTide Digital Studios, has worked with industry in the United States and Canada to provide scaling solutions for web statistics, VoIP, and print automation. An avid IRC user, Kevin helps to administer one of the largest PHP support organizations, PHP EFnet.

Kevin's contributions to open source projects, including the Zend Framework, have made him a well-known authority in the industry. He has written several articles for PHPRiot.com on topics such as reflection, the Standard PHP Library, object-oriented programming, and PostgreSQL.


Product Details

  • Paperback: 349 pages
  • Publisher: Apress; 1 edition (March 31, 2008)
  • Language: English
  • ISBN-10: 1590598199
  • ISBN-13: 978-1590598191
  • Product Dimensions: 7.1 x 0.9 x 9.1 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon Best Sellers Rank: #344,533 in Books (See Top 100 in Books)

Customer Reviews

Please, do NOT spend your money on this book. G. MALDONADO  |  3 reviewers made a similar statement
Most Helpful Customer Reviews
18 of 18 people found the following review helpful
5.0 out of 5 stars Most Excellent Advanced Text May 14, 2008
Format:Paperback|Amazon Verified Purchase
I have been developing web-based, database-driven applications for 12 years using Perl, Java, and, for the past 3 years, PHP. I was a late-comer to PHP because, quite frankly, its early iterations sucked. The committers finally got it right with 5.2 and 6.0 looks like they are staying on-track.

I went through any number of online tutorials and "Learn PHP in 24 Hours" books in the beginning and they were fine for "Hello World" applications. But as my need for sophistication rapidly grew, I found a distinct lack of good, readable texts that could function not only as tutorial but as reference as well. I went through a disappointing array of O'Reilly, Manning, Osborne, Addison-Wesley, etc. books, each of which lacked that crucial combination of clarity, accuracy, and scope. Then I happened to chance upon Apress' publication of "Pro PHP Development."

I just finished reading "Pro PHP Development," and when I say I "finished reading" it, I mean exactly that - I read it cover-to-cover. Kevin McArthur has the uncommon talent of writing a technical manual in prose. Unassuming vernacular makes reading easy, instead of the more typical struggle with every idea and re-reading sentences and paragraphs after that "HUH???" experience forces wonder at the author's point and intent. Concrete, concise, and useful examples demonstrate the textual subjects in clear unambiguous source code. And where appropriate and useful, McArthur introduces aspects of PHP 6.0. The coverage of some of the most useful objects in the SPL and the extensive treatment of the Zend MVC Framework is worth the price of admission in themselves.
... Read more ›
Comment | 
Was this review helpful to you?
16 of 16 people found the following review helpful
3.0 out of 5 stars Uneven but well written October 8, 2008
By XPSD
Format:Paperback
[reviewed by XPSD member Woody Zuill]

One common technique I use when looking at a book I am thinking of
buying is to flip through to a dozen or so random pages and read a
paragraph or a bit of whatever is on that page. If most of these chance
peeks reveal something interesting or useful to me, then I figure I'll
probably get enough out of the book to make it worth buying. I did that
with this book, and found plenty of interesting stuff. However, in the
reading of the book I was a bit disappointed.

First, the bad:
The book attempts to cover too much for the number of pages. The Title
is clear enough, but the subtitle ("Patterns, Frameworks, Testing, and
More") coupled with the introduction, which states "In this book, you
will learn how to make the most of your PHP programming, from a detailed
understanding of OOP theory, to frameworks and advanced system
interoperability" promises a great deal more than what the book
delivers. For example, the "detailed understanding of OOP theory" is
provided by a 7-page chapter on "Abstract Classes, Interfaces, and
Programming by Contract" and another chapter covering static members.
This is sufficient to describe a little about the mechanics of OOP in
PHP, but it's a stretch to call it even an introduction to the theory of
OOP. Pretty much the same can be said for the coverage of Patterns,
Frameworks, and Testing. I am not exactly sure what "advanced system
interoperability" is, I assume the author is refering to web services
which is covered to some degree.

To me, the book seems disjointed, and more like a collection of magazine
articles than a cohesive book.
... Read more ›
Comment | 
Was this review helpful to you?
10 of 10 people found the following review helpful
Format:Paperback
As an experienced PHP developer and author myself I was delighted that Pro PHP showed me a number of new techniques that I can apply to my own every day development tasks. This makes me confident that developers of all levels will gain value out of reading this book. I typically like to keep up with recently released books so I know the material that is available, but as somebody who has been programming PHP for almost 10 years I generally don't find new ideas that can be applied to general PHP programming.

Two such examples of this in Pro PHP that helped me are array overloading with the ArrayAccess SPL class and the observer pattern using SplObserver and SplSubject. Firstly, ArrayAccess allows you to access objects (such as reading and writing) as you would with an array. One such example of this is in the PHP SimpleXMLElement class. Secondly, using the observer pattern allows one object to monitor the state of another object and react to these changes as desired. Kevin describes these to the reader and provides solid examples of using them.

An interesting aspect of this book is the chapter dedicated to PHP 6. Although a stable version has not yet been released, Kevin covers the key features that we can look forward to such as namespaces, late binding and native Unicode support.

The other thing that I like about Kevin's style and methods are that they are fairly similar to my own, meaning for the most part I agree with his methods and therefore recommend them to other users as well.

On the whole I would have two minor complaints with this book. Firstly, there is a lot of "conceptual code" rather than practical real-world examples.
... Read more ›
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Excellent book for people serious about PHP
A lot of people tend to dismiss PHP as a language for newbies and wannabe programmers. Nothing is further from the truth, and this book illustrates how the language can be used in... Read more
Published 21 months ago by Peter de Tagyos
2.0 out of 5 stars Learned more from Google
This book started out strong and seemed like a great place continue on with learning more advanced PHP. However towards the middle I hit a wall. Read more
Published 23 months ago by JremyD
5.0 out of 5 stars I've read bad programming books - this isn't one of them
I'm about 250 pages into this book. Already I know it will make me a much better developer. It covers so much of what I've been wanting to know for a while. Read more
Published on June 11, 2011 by A. Agronick
5.0 out of 5 stars good one!
great book! I does go into details and watch at php as a solid enterprise solution. It makes you a better developer. Really.
Published on June 8, 2011 by fabs
3.0 out of 5 stars 3 1/2 stars - could be better
This book was written in anticipation of PHP 6. Most everything the author writes about has been released in 5. Read more
Published on May 29, 2011 by mistersmith
2.0 out of 5 stars Better off on php.net
First of all, by no means am I an expert programmer, but I'm plenty competent enough to concur with another reviewer that you could get better info on the contents contained in... Read more
Published on January 21, 2010 by WanderWhere
2.0 out of 5 stars Advanced collection of -- tutorials
While Mr. McArthur seems to know what he is talking about, this book doesn't have much substance over the plain documentation you get with PHP and the Zend Framework. Read more
Published on January 15, 2010 by Billy O'Neal
1.0 out of 5 stars Terrible book
Please, do NOT spend your money on this book. It does not cover any of the topics in good detail. A simple search of each of the topics by google could give more information.
Published on October 19, 2009 by G. MALDONADO
4.0 out of 5 stars A PHP eye-opener
When I first learnt PHP - I learnt it in less than a day. Serious, I was able to write simple web pages, db operations, AJAX ... I thought I knew PHP. Read more
Published on August 18, 2009 by XNOR
5.0 out of 5 stars Great book
This book lives up to its reputation as being the best advanced book on PHP. I found it's coverage of design patterns, MVC architecture and Web Services especially useful.
Published on August 6, 2009 by Ryan Kulla
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category