The Leading Educational Resource for IT Professionals
PHP

Book Review: You Want to Do WHAT with PHP?

0 Comments

If you're serious about programming in PHP, get a book that treats you that way.

Written by Cal Evans

 

I hate getting books for review that are written by friends of mine. I have a strict policy that I won't review a book I don't like. This leads to awkward conversations if, after skimming the book, I decide not to review it. Thankfully, that isn't the case with this book. Today, I want to talk about You Want to Do What with PHP?, written by my friend and former co-worker, Kevin Schroeder. (I used to work at Zend; Kevin still does.)

You Want to Do What with PHP? isn't your usual PHP book. I'm guessing that even advanced PHP developers don't have a book like this on their shelves as I've never read one that covers quite this variety of material. Kevin talks about a lot of topics that we politely call "edge cases" for PHP developers (in impolite company, we use other terms that are sprinkled with profanity to express the mental instability of any programmer who would do some of these things with PHP). This book guides you through things like building your own stream handler, managing asynchronous operations, and my personal favorite, writing daemons in PHP. (Yes, all of these things are possible in PHP.) These aren't tasks that most PHP programmers think about or ever attempt; as Kevin points out in the introduction, PHP is most often used for building Web applications. However, PHP is a powerful tool, and if you dive below its Web exterior, you'll find that you can do a lot more than just build the next social-media platform.

The Bad

This book throws you into the deep end immediately. Chapter 1, "Networking and Sockets," is intense, and chapter 2, "Binary Protocols," makes chapter 1 look like a dummies guide. This is not a book that PHP beginners will use or even enjoy. Not only are the topics highly technical, but the examples are not your standard "Hello World" variety. (What do you expect from a book whose first few pages are spent discussing the seven layers of the OSI stack?) Kevin doesn't ease you into the topics; he assumes a deep knowledge of programming and, at least in the first couple of chapters, networking.

Another problem I have with You Want to Do What with PHP? is that chapter 9, "Debugging Profiling and Good Development," starts off reading like an ad for Zend Studio. Kevin spends a great deal of time talking about the profiling and debugging tools built into Zend Studio. Given that he works at Zend, it's easy to overlook this. However, I would have preferred to see equal coverage of xDebug as well. Later in the chapter, though, he does delve into non-Zend tools to help with debugging and profiling, but this is a glaring omission, especially for those who do not routinely use Zend products.

Other than those criticisms, the only other thing I would say is that this book needs a big red sticker on the cover: "WARNING: Here there be dragons." If casual programmers pick up this book, it will twist their minds into pretzels.

The Good

If you are a serious PHP programmer (insert your own replacement for "serious": enterprise level, professional, hard core, etc.), you will want this book, and you will want to dedicate a weekend to each chapter. The style is easy to read, even if the concepts are deep. Some of the chapters are light and won't take that long to master, but once you've mastered them, you'll find that you want to implement them in your own projects.

Chapter 5 is one of the light ones; it covers SPL. Honestly, if you made it through the first four chapters, you're probably already familiar with SPL. If not, the concepts aren't going to be difficult for you to master.

Conclusion

This is a great book. It's not a cookbook, and it's not a beginner's guide. It assumes you are a programmer and treats you like an adult. There is a market for beginner books, books that help people learn PHP and build their first Web site. However, the list of books aimed at serious PHP developers is very short. I appreciate Kevin and MC Press for helping fill this void.

, V7,





Also in Book Reviews

Book Review: Extract, Transform, and Load with SSIS

0 Comments

This book could easily be used as a teaching tool for students, interns, or even as a reliable resource for experienced SSIS developers to consult when they need an ETL refresher.

Continue Reading →

RPG
Book Review: 21st Century RPG: /Free, ILE, and MVC

0 Comments

Dave touches all the important buttons, and you’ll learn a lot with this book—even if you’re stuck in the 1980s RPG III world!

Continue Reading →

Book Review: Developing Business Applications for the Web--With HTML, CSS, JSP, PHP, ASP.NET, and JavaScript

0 Comments

The book breaks down the topic of business Web application development into three main sections. The first section covers static Web pages and the techniques used to develop these pages. The second section covers four popular programming languages in use today: JavaScript, PHP, ASP.NET, and JavaServer Pages (JSP). The third section covers topics that a Web developer needs to understand to develop successful Web applications.

Continue Reading →