The PHP Anthology, Volume I: Foundations (Anthology)

  Author:    Harry Fuecks
  ISBN:    0957921853
  Sales Rank:    226624
  Published:    2003-12
  Publisher:    SitePoint Pty Ltd
  # Pages:    400
  Binding:    Paperback
  Avg. Rating:    4.0 based on 11 reviews
  Used Offers:    11 from $7.14
  Amazon Price:    $31.16
  (Data above last updated:  2008-12-19 03:54:59 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
The PHP Anthology, Volume I: Foundations (Anthology)
  
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.

                  Reader Reviews 1 - 12 of 12                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
05-28-07 4 (NA)
(Hide Review...)  very good
Reviewer Permalink
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.
(Review Data Last Updated: 2008-12-17 09:37:25 EST)
05-10-07 5 (NA)
(Hide Review...)  Simple
Reviewer Permalink
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.
(Review Data Last Updated: 2007-07-01 15:33:35 EST)
01-12-07 1 0\1
(Hide Review...)  Did not make me want to learn OO-PHP
Reviewer Permalink
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.
(Review Data Last Updated: 2007-07-01 15:33:35 EST)
01-11-07 1 0\1
(Hide Review...)  Did not make me want to learn OO-PHP
Reviewer Permalink
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.
(Review Data Last Updated: 2007-04-11 11:15:16 EST)
09-11-06 5 2\2
(Hide Review...)  Excellent for both Novice and Advanced Developers!
Reviewer Permalink
Having built Object Oriented solutions for over nine years in C++ and Delphi, PHP had me confused by the nature of its object system. I was unable to find suitable information on the web on such issues as the PHP object lifecycle, applicability of patterns (entire section on patterns), how to handle the looser typing mechanism (automated tests), and how to optimize for performance. This book solved ALL of my problems!!!

The text is simple and exceedingly practical but far from boring! In fact, I was so excited by how clearly the information was conveyed that I did in fact read both volumes I and II cover to cover - TWICE (though you can use them as reference works). Not only that but the texts significantly increased my respect for PHP; from gruding acceptance of its use to having some genuine affection for the language and appreciation for its power.

If you are completely new to development these books (I and II) are for. If you are an advanced developer with years of OO experience and are just getting started in PHP then you will be relieved by what you find here.

All of that aside, I will say that there were a few instances where the author kludged the definition of an OO concept to make it fit within the PHP framework. There are some substantial ways in which PHP 4 just does not hold up as an OO language (PHP 5 fixes them). However, the author really had no choice in the matter because if he had tried to explain the formal OO concept, then PHP 4's interpretation of that concept and how to implement he would have lost 90% of his audience. So even this one complaint ends with praise - the author skillfully sacrifices detail only where necessary to increase the palatibility of the materal.

Great job! Great book!

Once again, regardless of your skill level if you are going to be doing any halfway serious PHP work you NEED this series.
(Review Data Last Updated: 2007-07-01 15:33:35 EST)
06-28-06 2 2\3
(Hide Review...)  PHP 5 Ready?
Reviewer Permalink
I have been reading alot of books on PHP 5's new object features. I picked up this book hoping it would meet somewhere between "Object-Oriented PHP" by Peter Lavin and "PHP Objects, Patterns, and Practices". The next day I ended up giving the book to my co-worker. I started reading it on the train and was completely disappointed! The entire object oriented chapter is written for PHP 4 besides one blurb that mentions refrences won't be needed in PHP 5. This book is in serious need of a new edition!

If you are beginning PHP programming this book is just one of the hundreds of books that cover the same common issues. If you are looking for the latest PHP has to offer, this isn't your book.
(Review Data Last Updated: 2007-07-01 15:33:35 EST)
02-20-06 4 6\6
(Hide Review...)  Good, but not a great resource for php5
Reviewer Permalink
I recently bought both volumes and am currently reading them. They both provide very good examples in an easy to read and understand format. I am a little disappointed in the coverage of php5, however. The cover proudly displays a "PHP 5 Ready" label, but it seems like this constitutes just a couple paragraphs added here and there to the old version. Also there is much talk about MySQL, but again it's not version 5.

Overall it is a very good resource aimed at the beginning or next level programmer, but probably best to wait for the next addition truly devoted to php5. In the meantime I would recommend "PHP and MySQL Web Development" by Luke Welling and Laura Thomson.

I would also recommend checking out Harry Fuecks' (the author of this book) articles on sitepoint.com. Very good.
(Review Data Last Updated: 2007-07-01 15:33:35 EST)
10-20-04 5 7\9
(Hide Review...)  Great book - great job
Reviewer Permalink
There were so many details in this book that I attempted to find on-line, but had no luck. This book is worth ten times its price. Great job! Thanks.
(Review Data Last Updated: 2007-03-09 00:25:03 EST)
04-22-04 5 21\23
(Hide Review...)  Can PHP be a language for pofessional developers? Yes!
Reviewer Permalink
This is a great book!
I bought about 10 PHP books to help me with a web project involving MySQL/PHP. I am a professional Java developer, therefore the principles of PHP are not hard to grasp. Still, everything is different in PHP, and before I saw this book I had the impression that the majority of PHP developers are hacking, cutting and pasting examples into procedural code at random.

After getting started using "PHP and MySQL Web Develpment" by Luke Wellling and Laura Thompson (highly recommended) this book brought me to a level that I can now clain to be a professional PHP programmer too.

This book clearly shows that it is possible to develop PHP in an organized way, using proper design, good object-oriented principles and design patterns (in vol.II). Besides that, there are many practical tips about things I found really difficult as Java programmer: magical quotes, .ini file settings, & references, file downloads, paging result tables, etc. etc. The book is clearly written and answers every question from the standpoint of how to do something using good design and how to write code that is maintainable, extensible and reusable.

(Review Data Last Updated: 2007-03-09 00:25:03 EST)
04-14-04 5 9\10
(Hide Review...)  Great Followup
Reviewer Permalink
With so many books on the market instructing users on dummy approaches to just about everything, it is good to see that Sitepoint has raised the bar, once again, in the technical instruction arena. In continuing the legacy established with "Build Your Own Website Using PHP & MySQL" and "HTML Utopia:Designing Without Tables Using CSS", they have taken a
complex and oft misunderstood approach to coding and presented PHP in a dymystified way that is easy to understand, exciting to conceptualize and practical in application. Harry Fuecks brings a great deal of experience and leadership to Sitepoint, giving the users a way to take linear procedural code and turn it into reusable objects for easier coding. These books will sit on my "favorites" shelf within arms reach of my computer for a long time to come. Kudos, Sitepoint, on yet another stellar release.
~Aaron Brazell, Emmense Technologies
(Review Data Last Updated: 2006-07-07 11:57:42 EST)
02-26-04 5 7\8
(Hide Review...)  Very practical -- lots of good examples that will be useful.
Reviewer Permalink
Having bought a few beginner's books on PHP and written a basic CMS for my Website, I was ready to move to the step. What I didn't want is a reference book or a 800 page theory & fluff book that I would never finish reading -- much less use.

Being a previous customer of this publisher, I got an offer to pre-order the book. Since it sounded like it fit the bill and I got a discount for buying both Volume I & II, I decided to go ahead with it.

Having read through half of the first volume, and skimmed through the second volume, I can definitely say that this title has met my expectations. There's quite a few ideas that I can put to use right away, plus I found quite a few things that I now want to offer to my site visitors that this book will make possible.

Because of the way the book is written, I don't have to read through it front to back. I can flip to specific sections, and in a few pages, learn to accomplish a specific task. This is one PHP book - or I should say books - that gets my thumbs up. It's definitely going to get put to good use over the next few weeks.

(Review Data Last Updated: 2006-07-07 11:57:42 EST)
01-13-04 5 23\23
(Hide Review...)  Very practical -- lots of good examples that will be useful.
Reviewer Permalink
Having bought a few beginner's books on PHP and written a basic CMS for my Website, I was ready to move to the step. What I didn't want is a reference book or a 800 page theory & fluff book that I would never finish reading -- much less use.

Being a previous customer of this publisher, I got an offer to pre-order the book. Since it sounded like it fit the bill and I got a discount for buying both Volume I & II, I decided to go ahead with it.

Having read through half of the first volume, and skimmed through the second volume, I can definitely say that this title has met my expectations. There's quite a few ideas that I can put to use right away, plus I found quite a few things that I now want to offer to my site visitors that this book will make possible.

Because of the way the book is written, I don't have to read through it front to back. I can flip to specific sections, and in a few pages, learn to accomplish a specific task. This is one PHP book - or I should say books - that gets my thumbs up. It's definitely going to get put to good use over the next few weeks.

(Review Data Last Updated: 2006-07-07 11:57:42 EST)
  
                  Reader Reviews 1 - 12 of 12                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)