<< 1 >>
Rating:  Summary: I am unimpressed Review: I got the second not the first edition of this book, so at least some of the errors have been corrected. And I agree with what the other reviewers said, this is certainly NOT the book to learn PHP from. I've been using PHP extensively for four years and I thought I might go for the cert.
What this book will provide you is a list of topics to know. But it fails to fill in the details, which are precisely what I forget in areas of development that I haven't been hanging out in lately.
And I just can't believe that the certification exam questions are really that easy.
Rating:  Summary: Was this translated to English by a non-programmer? Review: I've been using php since 1998 and now php software development is the primary focus of my business. This book is written by many well known experienced php developers and is a study guide for the php certification test which is also written by many of the same authors.Because of the php knowledge held by the authors, I expected it to be fairly in depth and accurate and perhaps it could teach me a few odd things. At the same time I wanted to see if this PHP certification was something I should be looking for when my business hires future php developers. I have to give this book the lowest rating available simply because it is so ridiculously riddled with mistakes. I expect technical books to have a few errors in them but I was often finding one or more errors on every page. Barely into the 4th chapter I tossed the book out when not only did they have a mistaken output code but now they went on to explain why it printed out that output even though php could of never given that output from their example code (regardless of version). If it was just the type or cut 'n paste type errors I would of over looked them and knocked my review only down to two stars but to see them describing something that is incorrect php behaviour (they do it right in the very next sentence for a different section of the same example so they know the behaviour, but why would they describe it wrong in an earlier section of the same example) These developers do know php well so I am stumped at the poor quality of this book. I'm wondering if this thing even proof read or just translated from another language by non-programmers? Some people will want to know the errors and there are too many to list them all but an example of small errors is the very first chapter ends with 3 exam prep questions of which 2 have errors in the ending descriptions as to why an answer is right. The first one has the line "(the remainder of the division of 5 by 2)" when it should be 5 by 3. The third question in the description says increment instead of decrement. These two examples of mistakes are small however and only annoying though most of these should of been easily caught. Where I lost faith in the technical aspects of the book was at the beginning of chapter 4. Here they start to describing how php handles array keys. They start with example code along with the output code from the example code and then go on to describe how php behaves in a specific situation (converting "numerical" string keys into integers). Their output code printed is wrong as the very first key would of been an integer and not a string as they printed it. I figured this was just another small mistake but then they go on in the description as to why it outputs this code taking you through each key. The first key they again say it will keep the string value of "1" as the key (which is wrong). Then in the very next sentence they explain why the second key is converted from a string to an integer because of one of php's behaviours to convert numeric strings to integers (though they left out that this behaviour only happens to the keys when you are creating arrays, not the values). This means they know this behaviour but obviously missed it in the first key as it was also a numeric string and would of been converted to an integer as well. It was obvious they wrote the output code by hand rather than actually running it and in doing so made a mistake in it which could of been easily prevented. What bothered me is that they then go on and describe why it output this code, even though php could not of output this code from their example. It is as if the writer of this section didn't know why the first key came out as a string so they just repeated as they were in a hurry to show the second key as their big example of insight missing the fact the first key they rushed over should of been the exact same example. After seeing this level of lack of attention to detail spent in this book I lost all respect for the book. I also lost faith in the level of detail the same authors would of put into their Zend PHP Certification test. With the book being my only guide to the quality of the certification test, as an owner of a software development business I will NOT put applicants for php programmers that have Zend PHP certification above any other applicant until I have reason to believe otherwise. The current edition of my book I would not even give away but all is not lost as I have already found a good use for it. When hiring other php developers I will give this book to an applicant during an interview and let them read any two random pages and have them tell me where the mistakes are in the code or descriptions of the code. If they know php well enough to quickly see these types of errors, then this is perhaps the best test of all to see their deeper understanding of php.
Rating:  Summary: Was this translated to English by a non-programmer? Review: I've been using php since 1998 and now php software development is the primary focus of my business. This book is written by many well known experienced php developers and is a study guide for the php certification test which is also written by many of the same authors.
Because of the php knowledge held by the authors, I expected it to be fairly in depth and accurate and perhaps it could teach me a few odd things. At the same time I wanted to see if this PHP certification was something I should be looking for when my business hires future php developers.
I have to give this book the lowest rating available simply because it is so ridiculously riddled with mistakes. I expect technical books to have a few errors in them but I was often finding one or more errors on every page. Barely into the 4th chapter I tossed the book out when not only did they have a mistaken output code but now they went on to explain why it printed out that output even though php could of never given that output from their example code (regardless of version).
If it was just the type or cut 'n paste type errors I would of over looked them and knocked my review only down to two stars but to see them describing something that is incorrect php behaviour (they do it right in the very next sentence for a different section of the same example so they know the behaviour, but why would they describe it wrong in an earlier section of the same example)
These developers do know php well so I am stumped at the poor quality of this book. I'm wondering if this thing even proof read or just translated from another language by non-programmers?
Some people will want to know the errors and there are too many to list them all but an example of small errors is the very first chapter ends with 3 exam prep questions of which 2 have errors in the ending descriptions as to why an answer is right. The first one has the line "(the remainder of the division of 5 by 2)" when it should be 5 by 3. The third question in the description says increment instead of decrement.
These two examples of mistakes are small however and only annoying though most of these should of been easily caught. Where I lost faith in the technical aspects of the book was at the beginning of chapter 4.
Here they start to describing how php handles array keys. They start with example code along with the output code from the example code and then go on to describe how php behaves in a specific situation (converting "numerical" string keys into integers). Their output code printed is wrong as the very first key would of been an integer and not a string as they printed it.
I figured this was just another small mistake but then they go on in the description as to why it outputs this code taking you through each key. The first key they again say it will keep the string value of "1" as the key (which is wrong). Then in the very next sentence they explain why the second key is converted from a string to an integer because of one of php's behaviours to convert numeric strings to integers (though they left out that this behaviour only happens to the keys when you are creating arrays, not the values). This means they know this behaviour but obviously missed it in the first key as it was also a numeric string and would of been converted to an integer as well.
It was obvious they wrote the output code by hand rather than actually running it and in doing so made a mistake in it which could of been easily prevented. What bothered me is that they then go on and describe why it output this code, even though php could not of output this code from their example. It is as if the writer of this section didn't know why the first key came out as a string so they just repeated as they were in a hurry to show the second key as their big example of insight missing the fact the first key they rushed over should of been the exact same example.
After seeing this level of lack of attention to detail spent in this book I lost all respect for the book. I also lost faith in the level of detail the same authors would of put into their Zend PHP Certification test.
With the book being my only guide to the quality of the certification test, as an owner of a software development business I will NOT put applicants for php programmers that have Zend PHP certification above any other applicant until I have reason to believe otherwise.
The current edition of my book I would not even give away but all is not lost as I have already found a good use for it. When hiring other php developers I will give this book to an applicant during an interview and let them read any two random pages and have them tell me where the mistakes are in the code or descriptions of the code. If they know php well enough to quickly see these types of errors, then this is perhaps the best test of all to see their deeper understanding of php.
Rating:  Summary: List of errors in book Review: If you buy the first edition of this book (August 2004), you should be aware that the publisher has released a list of errors (and they are many.) The errarta can be found at the publisher's website.
Rating:  Summary: Not How to Learn PHP, How to get Certified. Review: Let's be blunt, Assume you are hiring someone to oversee your PHP system and have it narrowed down to two candidates. One of the candidates says, "Oh yeah, I know all about PHP." The other candidate says, "Oh yeah, I know all about PHP, I've passed the Zend certification exam." Your next question is likely to be "What's Zend Certification?" And the job candidate says, "A PHP specialist company, you can learn more about them at zend.com." After that, all other things being equal, the certified candidate is the one you're likely to hire.
This book is not the one I'd pick to learn PHP. There are others better suited. But to pass the Zend certification exam, this is the one. It tells you specifically what you need to know, has a sample exam and doesn't cost very much. What more can you want?
Rating:  Summary: How well known is the company [the book's author]? Review: Sun, Oracle and other companies offer certification of skills in their products. Now, Zend Technologies seeks to do likewise with PHP programming. The twist being that here, they do not own PHP. But along with their exams, they offer this slim book.
It expects you to already have been coding in PHP. If this applies to you, then you should find the book a breeze. Each chapter gives a synopsis of an aspect of PHP. Followed by 5 or 6 questions on it. The questions are of moderate difficulty. Mostly mutiple choice. Which probably reflects the format of most questions on the actual exams. There is an occasional question which might require you to design or write code.
What I am unclear about is how well known Zend is. For Sun and Oracle, who certify in their proprietary products, there is a natural home base advantage to doing so, that many others can recognise. If you want to get some certification in PHP, you need to check around to see if you'd consider that Zend is sufficiently credible for you to invest in the exam [and this book].
Rating:  Summary: Lots of Errors, But Still Useful Review: This book is filled with errors so it is not a good book for learning PHP, but that is not it's purpose. If you have experience coding PHP this book will give you a good overview of topics that may appear on the Zend Certification Exam and a good indication of subjects you may need to study further. Good Luck!
<< 1 >>
|