|
|||||||||||||||||||||||||||||||||||
|
24 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
80 of 84 people found the following review helpful
5.0 out of 5 stars
Only best practices,
By Yuri van der Meer (Amsterdam, Netherlands) - See all my reviews
This review is from: Advanced PHP Programming (Paperback)
I started programming only a little over a year ago, with a JavaScript book I bought. Shortly after that I started with PHP.My first PHP book was Glasshaus' "Dreamweaver MX: PHP Web Development" (had to start somewhere). I then bought Sams' "PHP & MySQL web development". That was a big step forward. Meanwhile, I learned all about separating the different layers on the front end through the use of XHTML, CSS and W3C DOM-based JavaScript, and I wanted to learn to achieve the same kind of maintainability in server-side scripting. I wanted more advanced programming techniques and I wanted to learn about `best practices' and OOP. I then got the SitePoint PHP Anthology volumes. I liked its use of OOP for the various solutions, but they're just that. A lot of cook book style solutions. I learned some good things from looking at all the solutions, but I wanted a more direct approach teaching me how to program PHP on a professional level, rather than just learn how to implement professional solutions. A few weeks ago I got the book Advanced PHP Programming. Finally I have a book that seems to really have what I was looking for. This teaches not only how OOP works in PHP, but it also shows in general how OO techniques apply to different situations (design patterns). A lot of other topics in the book are a little over my head right now, but it is good to know it's there for when I need it. While reading the many examples in the previously mentioned PHP books, I kept asking myself "is this really the best way to handle this?". Not with this one. I somehow know that this book can teach me all I ever wanted to know about programming PHP on a professional level and not teach me any 'bad practices' along the way. This is definately not the first book I should have bought on PHP, but it seems this may well be the last book I will be needing for a long time.
32 of 35 people found the following review helpful
5.0 out of 5 stars
Just when you thought you knew it all,
By
Amazon Verified Purchase(What's this?)
This review is from: Advanced PHP Programming (Paperback)
I've been programming in PHP full-time for 5 years now. I remember when I was first learning, how all the books felt a little over my head, in a good way. Very slowly I understood things that didn't make sense before. And then very slowly I'd start to incorporate those things into my day-to-day programming.After 2 years or so, I missed that feeling. I'd check out new PHP books and flip through every chapter saying, "Yeah yeah yeah...". I realized I had become an expert. I was honestly impressed looking at the table of contents of this book. This is NOT your usual PHP book! That's obvious right away. So I ordered it. And it just arrived yesterday. I was up all night reading it, and again today. This is the most amazing PHP book for experienced PHP programmers I've ever seen. (Wait - this is the ONLY book for experienced PHP programmers I've ever seen!) The author really knows his stuff, and uses best-practices, throughout. Really well thought-out code with a lot to learn from. The fact that it's all based on the new PHP5 style makes it even better! A great way to get to know the new object approach to PHP5: to see it in real-world examples, so that after a few hours with this book it's second-nature. For the first time in three years, I feel wonderfully over-my-head with a LOT to learn here in this one amazing book. Thanks George!
34 of 39 people found the following review helpful
3.0 out of 5 stars
Great outline; average implementation,
By
Amazon Verified Purchase(What's this?)
This review is from: Advanced PHP Programming (Paperback)
PHP *needs* capable writers, like this one. Developers, who take time to write, seem rare - compared to writers, who rarely get to do development projects, anymore. This author is clearly a very experienced practitioner. He outlined a great table of contents.He advocates and provides guidance for adhering to best practices, regarding design patterns, scalability, caching, unit testing, profiling & tuning etc. The last 1/6 of the book is about C language PHP extension. Excellent "Further reading" suggestions are provided at the end of each chapter. Out of a high-volume PHP site developer, since 1999, I would expect creative examples. If your site provides Fibonacci sequences and readability scores web services, you'll find this book highly useful. Though on page 1, the author PROMISES NO* "foo-bar" examples, he provides plenty (on pages: 19, 53, 56, 68, 102, 158, 166, 227, 230, 255, 268, 274, 325, 373, 405, 466, 483, 484, 563). Since a reader devotes plenty of time to contemplating foo-bar examples, I came to realize why they bother me so much ... they're unimaginative (i.e. mentally lazy), regarding pragmatic applications for the technology. I found myself constantly marking comma's in the text - to ease the readability and follow what was being said. If the author doesn't know where to put comma's, the editors should! There's no bold text - to illustrate lessons within the code. As far as I can remember, there's no offer of complete code (e.g. from a website), either. This is a good, author with generally readable writing style and a wealth of experience to convey. I wouldn't dissuade anyone from buying this book; there's a tremendous amount to be learned and gained from this ... probably the most advanced PHP text, available. I'm just a bit disappointed, because, though it's very good, it could have been world class. I would buy future books from this author; I hope that they get even better!
14 of 16 people found the following review helpful
5.0 out of 5 stars
The best you can get in the advanced book field,
This review is from: Advanced PHP Programming (Paperback)
I have had the pleasure to read through this book, and I need to say that it is a must for those who take PHP seriously. This is not a usual tutorial type book, which will show an example for every keyword with long-winded explanations, but rather a compilation of best pratices and recommendations which you can build on.The performance section for example (which is one of my favourites) just scratches the surface on how you can use APD to find bottlenecks in your code. George provides you with some common examples, but the real work is still yours, you won't get a step-by-step guide. Another interesting point of this book is that it is not to read from start to the end. You will surely find sections you are already familiar with (Smarty being a prime example), or sections too advanced for you (ex. distributed environments). And George also takes the liberty to use PHP 5 OO code before introducing the new PHP 5 features, and using XML-RPC before the chapter on RPC calls. I find it very valuable to have a lengthy introduction to good coding practices at the begining, since most of the code in the book builds heavily on having a consistent coding style. What I miss from the begining though is the introduction on where can people find details if they are stuck. There are interesting PHP.net services (lxr.php.net for example), which are quite valuable if you are trying to find something in the PHP source, to get an idea of how things work. George having been heavily involved in the APC and APD development knows a lot about PHP and Zend internals. The last section provides you with a current and correct explanation on how you can extend PHP. None of the printed books on the market, or any online tutorial or manual can beat this section currently.
16 of 19 people found the following review helpful
5.0 out of 5 stars
Advanced best-practices EVERYONE should be aware of,
By Joao Campos (Setubal, Portugal) - See all my reviews
This review is from: Advanced PHP Programming (Paperback)
This book introduces and elaborates on very good programming practices that not many self-made programmers are aware of. I've had contact with some 5 or 6 other programming languages at university and I've had my share of contact with good programming practices, but they were never presented to me so clear-cut and in a so motivating way as in this book. That, alongside with the fact that I just love PHP, makes this the absolutely most important book I would recommend to any fellow programmer.This book doesn't teach PHP, it teaches efficiency, maintainability and some really good programming notions. The fact that it uses PHP as a vehicle is just the icing on the cake. The source code used is manytimes from real open source projects, a nice effort from the author.
10 of 11 people found the following review helpful
5.0 out of 5 stars
If you want to make better code this is your book,
By A Programmer (Minneapolis, MN USA) - See all my reviews
This review is from: Advanced PHP Programming (Paperback)
This book is more than your trivial "PHP for Dummies". This book can help you become not only a better programmer; it can help make you a professional programmer. So far, I haven't found any other book that was any help for me.Yes, some of the samples have errors and some of the topics you might have wanted a little more elaborate. But if you consider yourself professional or even aspire to it: Get over it. Fix the bugs and study up on the subjects. I successfully moved our PHP development from design anarchy to a fully version controlled, MVC-pattern guided and template based PHP development. I appreciate all the help I got from Schlossnagle. Would someone please cut through all the ".NET for dummies" books out there and give me some of this?
24 of 30 people found the following review helpful
5.0 out of 5 stars
I love this book,
By Jack D. Herrington "engineer and author" (Silicon Valley, CA) - See all my reviews (VINE VOICE) (REAL NAME)
This review is from: Advanced PHP Programming (Paperback)
Wow, I love this book! Not just because the content is great, but also because the other has his head held high. PHP is fine environment for doing web development and we should be proud, especially with version 5, which this book covers in depth.The book starts with PHP coding patterns, then covers design patterns in the second chapter. This is wonderful because the PHP community needs to understand these principles and embrace them. With PHP 5 we now have support in the tool to build high quality well-architected web sites, and this book points the way right from the get-go. Chapter four covers Smarty. It's a good, though brief introduction. It's still better than that standard documentation. If you don't know about Smarty you should really check it out. It's a great way to separate the user interface from the business logic. Chapter six covers unit testing and test driven design. The coverage is concise and doesn't pander to the reader. The examples are bit abstract. But the section is valuable as an introduction to the topic and to it's implementation with PHP. The book then continues on into truly advanced topics such as extending PHP using the SAPI, web services, caching, performance and profiling and a number of other topics.
11 of 13 people found the following review helpful
5.0 out of 5 stars
The Elevator from the Intermediate Level to the Professional Level,
By
This review is from: Advanced PHP Programming (Paperback)
Read on if you are:- Used to PHP programming, but not a very sophisticated programmer. - Looking out to do more programming on a higher level. - Ready to read through book texts three times and to read further material that is not included in the book you buy. Schlossnagle's book is not written along one red line, it covers various topics and allows jumping around quite freely. However, the topics that it covers are highly efficient in helping you advance with your programming skills. They might not quite be what you'd expect from a PHP book, because actually Schlossnagle covers anything that is needed to work with PHP on a professional level. Consider this list of topics: - Write clean code - OO-Design Patterns - Project documentation - Performance tunings This is all not really PHP-only stuff, but it is a great source of inspiration and furthers the understanding of programming in general very much. The latter I find is necessary for everybody who's up to something bigger in PHP. The PHP examples in the book are - I have to admit - maybe sometimes rather scarce. One would like to see more applications of abstract problems, more examples. But is that what a book is for, to give examples? I don't think so. For me a book is mainly a source of great ideas from great programmers, anything else is available on the web. After having bought "Advanced PHP Programming" I purchased other books, the topics of which I would not have considered without reading Schlossnagle's work. I'm just about to write a diploma work and the book is a great reference for anything concerning PHP and development projects.
11 of 13 people found the following review helpful
4.0 out of 5 stars
Very Good Concept Book,
By phpaquilla (Boca Raton, FL USA) - See all my reviews
This review is from: Advanced PHP Programming (Paperback)
This book preaches very good concepts that are good guidelines to follow if you plan on conducting a multi-developer PHP project. It touches on many things such as coding standards, revision control with cvs, seperation of business and display logic using a template engine (smarty used as example), a brief discussion on object-oriented methodologies, and other useful development areas. He cites many "futher readings" in context which I found extremely helpful. All the examples in the book are very easy to understand and somewhat pertain to "real-world" situations (I found this a big plus since I don't like real abstract examples).I have two complaints with the book (these are not THAT important and you should not buy this book just because of these two reasons. The book is VERY good for most PHP developers). 1 - I don't consider this that "advanced" of a book. I have been using this type of stuff for years now at my current work place -- although this would advanced for most "non-enterprise" developers (where teams are more than 5 or so). 2 - The lack of coding standard being used in the examples (something that he preaches about in one of the first chapters). Other than those two complaints, this is great book for PHP developers looking to do stuff in a more "enterprise" way.
5 of 5 people found the following review helpful
2.0 out of 5 stars
Do not buy this book,
By Fenway "RS" (Boston, MA) - See all my reviews
This review is from: Advanced PHP Programming (Paperback)
Do not buy this book. There are so many script examples in this book that do not work, let alone there are many weak and sloppy algorithms and code logic structures the author introduced. If you already bought this book, see his script example in Chapter 13 (A Sample Authentication Implementation), try to read line by line in his Cookie class example, can you find any flaw? Well, there are many them in this tiny/simple class, but i can just ignore and pretend to think that the author did not have enough time to test his own scripts before he put them in his book...but the algorithm/logic structures of the codes that bothers me! Weak algorithm, bad code control structure can lead to a buggy application that is not easy to debug!
|
|
Most Helpful First | Newest First
|
|
Advanced PHP Programming by George Schlossnagle (Paperback - March 1, 2004)
$54.99 $37.52
In Stock | ||