PHP Classes

Title: PHP Programming Solutions

Recommend this page to a friend!

  Latest classes All reviews   PHP Programming Solutions   Latest classes Latest reviews   Best sellers ranking Best sellers ranking  

Title

PHP Programming Solutions

Category

PHP books

Author

Vikram Vaswani

Publisher

McGraw-Hill

Release date

July 8, 2007

ISBN

007148745X

Sales ranking

Week: Not ranked All time: 120

Reviews

October 3, 2007
  Post a comment Post a comment   See comments See comments (3)   Find where to Buy Now Find where to Buy Now  
PHP Programming Solutions reviewed by
Picture of Guilherme Blanco
Guilherme Blanco
blog.bisna.com
This book covers many aspects about general PHP programming solutions.

It has several chapters that cover topics like working with: strings, numbers, dates and times, arrays, functions and classes, files and directories, HTML and Web pages, databases, XML, different file formats and network protocols, exceptions, etc..

It is a valuable book, but if you browse it in a book shelf you probably miss where its value is. Let me explain.

In practice, it is more like guide with frequently asked questions on how to solve certain problems in PHP, like for instance: how do I calculate the size of files in a directory and any sub-directories?

The chapter 6, that explains files and directories, has a really nice solution for this problem. But if you browse the book very quickly in a book store, you will probably miss how nice certain solutions really are.

The book presents many simple solutions throughout the book that can prevent a lot of headaches when you run PHP applications in a production environment. It covers, for instance, the use of CAPTCHA validation to protect forms from being submitted by robots created by spammers.

Maybe the book should have been called PEAR PHP Programming Solutions. The author often uses PEAR packages to demonstrate how to solve the problems presented in the whole book. Promoting the reuse of existing Object Oriented Programming packages is a good practice.

Despite this book is considerably large, it should be used like a pocket reference book that you carry it to wherever you work with PHP to look for quick solutions, especially when you have tight deadlines.

{buttons}In sum, this is an interesting book structured like a catalog of PHP solutions in the form of FAQ.

The book provides solutions that extensively use PEAR packages to solve common PHP implementation tasks. If you appreciate the use of PEAR packages, you will certainly enjoy this book.

In sum, this is an interesting book structured like a catalog of PHP solutions in the form of FAQ.

The book provides solutions that extensively use PEAR packages to solve common PHP implementation tasks. If you appreciate the use of PEAR packages, you will certainly enjoy this book.
  Post a comment Post a comment   See comments See comments (3)   Find where to Buy Now Find where to Buy Now  

Comments

1. PEAR - Gerry Danen (2007-10-13 21:01)
What if I don't use PEAR?... - 2 replies
Read the whole comment and replies

Post a comment