Product Details
The PHP Anthology: Object Oriented PHP Solution, Volume 1

The PHP Anthology: Object Oriented PHP Solution, Volume 1
By Harry Fuecks

List Price: $39.95
Price: $31.16 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

23 new or used available from $7.42

Average customer review:

Product Description

A compilation of best practice solutions to common Web Development problems in PHP, focusing on the achievement of practical goals by applying well-structured, object orientated software design principles.

Volume 1 covers the foundations of PHP including writing portable and reusable code, storing and extracting data from files, manipulating text, working with email and error handling.

In addition to being an excellent reference with over 60 customizable solutions, the book acts as an excellent primer for Object Orientated Programming. PHP 5 has now been released and has been given significant OOP features, which are a must-learn for PHP Developers.

All code in the book is backwards compatible with earlier versions of PHP.


Product Details

  • Amazon Sales Rank: #302823 in Books
  • Published on: 2003-12
  • Number of items: 1
  • Binding: Paperback
  • 400 pages

Editorial Reviews

From the Publisher
The PHP Anthology takes the most common problems posted by PHP developers in many discussion lists, forums and newsgroups and shows you how to solve them using modern PHP-coding practices. Along with detailed discussion of the key issues involved in solving specific problems, The PHP Anthology promotes development using PHP's Object Oriented Programming (OOP) features and popular Open Source libraries.

All solutions and code in the books have been reviewed and approved by today's top PHP experts, including Kevin Yank, author of the best-selling "Build Your Own Database-Driven Website Using PHP & MySQL". In other words, you can be assured that the books will show you how to develop rock solid, secure applications in the most efficient way possible.

The PHP Anthology can serve as a reference book to over 100 common problems, or if you want to read it cover-to-cover, it can serve as tutorial on advanced PHP coding techniques. Either way, it will provide you with unique insight to help you drastically improve your development techniques, cut down on needless lines of code and avoid potential security pitfalls.


Customer Reviews

very good4
the book is not a guide to learn PHP from scrath, but it is very good for new & old programmers.
it's chapters includes all major aspects of the language & a lot of common problems, & that is very useful.

Simple5
I liked this book because of its simplicity. Well written, easy to follow, and with a lot of practical examples.

I was surprised when I received because I found it 'thin' (~400 pages but font is relatively big), but, as everything is explained to the point, It has the right number of pages for the right content.

The book is focused in how to make objects work for you, it does not explore unnecessarily in detail how the objects presented get the work done. You can download the code, so you can take a look inside by yourself.

Also, this book cover the basics of PHP PEAR.

Did not make me want to learn OO-PHP1
I use a lot of includes in php and wondered if I could more fruitfully use OOP. My conclusion was that includes can do just about everything OOP can do. The book's page-appearance is poor, huge blank rectangles with just a couple of tiny words on them take up two thirds of a page, there's gray tint over just the part of the code you most want to read, the type's too big, the code is clumsily commented so active code lines are hard to pick out. Altogether not a pleasant reading experience. And the instruction is not inspired. I never did get the point of OOP in PHP.