Customer Reviews


8 Reviews
5 star:
 (4)
4 star:    (0)
3 star:
 (2)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


25 of 25 people found the following review helpful:
5.0 out of 5 stars Learn to use external PHP libraries effectively
David Sklar has written a book on a subject that most other PHP authors have ignored, and which many PHP programmers have failed to consider: how using pre-made, existing libraries effectively can save you hours of writing (and re-writing) PHP code.

There are many external libraries available to PHP, some under the PEAR brand ( http://pear.php.net ) and others by...

Published on June 12, 2004 by J. Sheth

versus
15 of 19 people found the following review helpful:
3.0 out of 5 stars Helpful but not comprehensive
This book does alert you to many useful modues, extensions and accelerators and given that many of these are open source and their documentation can be skimpy, it's good to have examples and documentation from another source.

However, this book is not comprehensive in it's coverage of said modules, extensions and accelerators and in areas where it covers...
Published on November 3, 2004 by Erik S. Heerlein


Most Helpful First | Newest First

25 of 25 people found the following review helpful:
5.0 out of 5 stars Learn to use external PHP libraries effectively, June 12, 2004
This review is from: Essential PHP Tools: Modules, Extensions, and Accelerators (Paperback)
David Sklar has written a book on a subject that most other PHP authors have ignored, and which many PHP programmers have failed to consider: how using pre-made, existing libraries effectively can save you hours of writing (and re-writing) PHP code.

There are many external libraries available to PHP, some under the PEAR brand ( http://pear.php.net ) and others by individual authors or companies.

If you would like to automate the creation, processing and validatin of form processing, there's HTML_QuickForm. If you'd like to implement a templating system to separate presentation logic from other programming logic, there's Smarty. If you would like to setup a lightweight, yet completely usable and effective web services platform, there's the PEAR XML-RPC library.

In many of these cases, the online documentation is too complicated or technical (e.g. HTML_QuickForm) or too skimpy (PEAR XML-RPC). Enter David Sklar's book!

David uses concise, clear language with plenty of examples to explain how a certain library works. He goes through it step-by-step, first with a paragraph of descriptive text, then with a snippet of code elucidating what was previously mentioned.

He manages to cover just enough ground to enable you to grasp how to use a certain library without boring you to tears with extraneous, non-essential information.

If you would like to avoid re-inventing the wheel and the introduction of bugs (that almost always follows the insertion of new, untested code), I suggest you procure a copy of Essential PHP Tools today, and read it cover-to-cover!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 17 people found the following review helpful:
5.0 out of 5 stars I hope to see more books like this, June 27, 2004
By 
Foti Massimo (Vezia (Switzerland)) - See all my reviews
(REAL NAME)   
This review is from: Essential PHP Tools: Modules, Extensions, and Accelerators (Paperback)
The PHP world is full of great add-ons, modules and tools available for free on the Internet. Unfortunately, many of them lack quality documentation. If you already have a decent understanding of PHP and want to expand your arsenal this book is for you. Take a look at the TOC and you will find plenty of useful material, from portable database connectivity, to SOAP, XML and much more. Each chapter is self-containing, no linear reading is required and you can safely skip something or jump across different topics. I hope to see more books like this; there are many little software gems out there that deserve this kind of treatment
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 17 people found the following review helpful:
5.0 out of 5 stars Tools you will want to know about if you use PHP, May 2, 2004
This review is from: Essential PHP Tools: Modules, Extensions, and Accelerators (Paperback)
If you are using PHP with your web applications you will want a copy of "Essential PHP Tools". Author David Sklar has gathered together tools to resolve some of the most common problems of PHP. If you want to do authentication you don't have to hand write the code, a free tool is available. Unfortunately many of the best free tools for PHP also have minimal documentation. David Sklar resolves this problem by providing excellent documentation for each of the tools mentioned in the book. Some of these include tools for accessing databases (using both the DB and ADODB methods), generating and processing forms, templating, XML parsing, sending mail, authentication, working with users and passwords, debugging, caching, and optimizing. The tools are easy to find and useful, the documentation excellent, and the writing style easy to follow. All this makes "Essential PHP Tools" a highly recommended book for anyone using PHP on their webserver.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 19 people found the following review helpful:
3.0 out of 5 stars Helpful but not comprehensive, November 3, 2004
This review is from: Essential PHP Tools: Modules, Extensions, and Accelerators (Paperback)
This book does alert you to many useful modues, extensions and accelerators and given that many of these are open source and their documentation can be skimpy, it's good to have examples and documentation from another source.

However, this book is not comprehensive in it's coverage of said modules, extensions and accelerators and in areas where it covers material already explained in the documentation, I preferred the original documentation's style and explanations. The book does mention things that the original documention does not, but the original documentation talks about things that the book does not.

In short, I had to read both the documentation and the book to fully understand the code.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 15 people found the following review helpful:
2.0 out of 5 stars Extensions? What extensions?, August 22, 2005
By 
J. Wren Hunt "Wren" (Cambridge, MA United States) - See all my reviews
This review is from: Essential PHP Tools: Modules, Extensions, and Accelerators (Paperback)
You would think that a PHP book that actually mentioned "Extensions" as part of the title would cover extensions wouldn't you? Well in the case of this book you would be wrong. The index has exactly 1 entry for 'extensions' and even that is a 1 sentence footnote! Compare that to the 45 pages devoted to the subject in George Schlossnagle's book "Advanced PHP Programming" and you can get an idea of actually how deficient this book is in this aspect.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 17 people found the following review helpful:
3.0 out of 5 stars Good, but not great, February 22, 2005
By 
Firebright (Sacramento, CA) - See all my reviews
(REAL NAME)   
This review is from: Essential PHP Tools: Modules, Extensions, and Accelerators (Paperback)
I bought this book with high expectations.

It is a very good book, well written, and David Sklar really has done a good job writing it. However, I didn't find it that useful. It wasn't even remotely close to comprehensive about what it covered, and made only footnote mention of other tools that are out there.

I ended up returning it -- something I rarely do. I didn't think it was worth the money. Most of this info is available for free online anyways.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 6 people found the following review helpful:
5.0 out of 5 stars Good book for add-on tools, October 28, 2004
This review is from: Essential PHP Tools: Modules, Extensions, and Accelerators (Paperback)
I have found HTML & Smarty chapter very useful. You will also find other chapter useful if you have to work on them in real life projects. Overall very practical book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 18 people found the following review helpful:
1.0 out of 5 stars Not for beginners, August 19, 2005
By 
This review is from: Essential PHP Tools: Modules, Extensions, and Accelerators (Paperback)
This is really only for advanced PHP programmers. If you are one, it maybe will render in 5 star.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Essential PHP Tools: Modules, Extensions, and Accelerators
Essential PHP Tools: Modules, Extensions, and Accelerators by David Sklar (Paperback - March 11, 2004)
$34.99 $23.09
In Stock
Add to cart Add to wishlist