ASPit - Totally ASP
Search PHPit

Use this textbox to search all the content on PHPit. Seperate keywords with a space.

Advertisements
Partners
  • Perfect Gifts
  • Dieting
  • wrestling shoes
  • wrestling shoes
  • Tech Jobs

Essential PHP Tools: Modules, Extensions, and Accelerators

Medium Thumbnail

Book Details

Availability: Usually ships in 24 hours
List Price: $34.99
Our Price: $23.79
You Save: $11.2 (32%)

Buy through Amazon.com

Spotlight Customer Reviews

Average Customer Rating: 5

Customer Rating: 5
Summary: I hope to see more books like this
Comment: 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

Customer Rating: 5
Summary: Learn to use external PHP libraries effectively
Comment: 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!

Customer Rating: 5
Summary: Tools you will want to know about if you use PHP
Comment: 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.