Essential PHP Tools: Modules, Extensions, and Accelerators
|
| List Price: | CDN$ 41.95 |
| Price: | CDN$ 26.43 & eligible for FREE Super Saver Shipping on orders over $39. Details |
Availability: Usually ships in 24 hours
Ships from and sold by Amazon.ca
13 new or used available from CDN$ 26.42
Average customer review:Product Description
Apress has been profuse in both its quantity and quality of releasesand (this book is) surely worth adding to your technical reading budget for skills development.
— Blane Warrene, Technology Notes
I stayed up clear past my 'bedtime' several nights while implementing the covered modules in my program, unable to pull myself away.
— Timothy Boronczyk, Codewalkers
From Pear packages to parsing XML files, this book is a huge time-saver to developing your own solutions.
— Richard Testani, Apple-Sauce.com
This book is an essential guide to some of the best free add-ons to PHP. These add-ons, or tools, provide invaluable functionality for improving your PHP Web applications, including accessing databases, generating robust Web forms, using page templating systems, creating and parsing XML documents, authenticating users, and much more.
In response to the existing shortage of documentation about the tools, Sklar packs this book with details about installing, configuring, and using each toolalong with plenty of examples tailored to PHP 4 and 5.
Sklar also lays out the details of Auth and HTML_QuickFormtwo hard working PEAR modulesso you dont have to code your own authentication system or Web form construction set! Also included are chapters on debugging programs, and increasing Web server speed. In short, you will learn to eliminate inefficiencies in PHP, and enhance performance without any code modification.
Product Details
- Amazon Sales Rank: #319995 in Books
- Published on: 2004-03-15
- Original language: English
- Binding: Paperback
- 368 pages
Editorial Reviews
Review
From the reviews:
"This book intends to simplify programming tasks through the use … . The intended audience is intermediate-to-advanced, although I believe it is also of great use to the uninitiated. The Introduction provides a solid introduction to the use of PEAR … . The section on databases is required reading for anyone wishing to … . The Smarty chapter is an excellent introduction into templating … . Especially enjoyable is the chapter on PEAR’s Mail_mime … . I particularly enjoyed the level of detail given … ." (Mitchell Pirtle, International PHP Magazine, Issue no. 4, 2004)
About the Author
David Sklar is an instructor at the New School University and an independent technology consultant. He is also the coauthor of the book PHP Cookbook and the author of the forthcoming Learning PHP. David has spoken at many conferences, including the O'Reilly Open Source Conference, the EGovOS Open Source/Open Standards Conference, and the International PHP Conference. His consulting practice focuses on interactive Internet applications, distributed systems, scalability, and security. Additionally, David is a principal of the Transparency Project, a nonprofit organization that coordinates data markup standards and builds tools that analyze publicly available political and campaign finance information. David was a founder and the chief technology officer of both Student.Com and TVGrid.Com, where he led teams of PHP developers that built multilingual data-driven web applications. He holds a degree in computer science from Yale University.
Customer Reviews
I hope to see more books like this
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
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 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!
Tools you will want to know about if you use PHP
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.
