php|architect's Zend PHP 5 Certification Study Guide

by Marco Tabini & Associates, Inc.

$32.99
buy from amazon.com
Average Rating: * * * half star -
Sales Rank:126730 (lower is better)
Price Used:$28.95
Shipping:Free Shipping on most orders over $25*
Availability:Usually ships in 24 hours
Label:Marco Tabini & Associates, Inc.
Pages:292
Binding:Paperback
Publication Date:2006-10-05
Published By:Marco Tabini & Associates, Inc.
ASIN:0973862149
Category:Book

Authors

Editorial Reviews and Product Descriptions

Product Description

Zend's new PHP 5 Certification Exam represent an excellent tool for professional PHP developers who want to distinguish themselves in their field. php|architect's Zend PHP 5 Certification Study Guide, edited and produced by the publishers of php|architect magazine, provides the most comprehensive and thorough preparation tool for developers who wish to take the exam. This book provides complete coverage of every topic that is part of the exam, including: ? PHP Basics ? Functions ? Arrays ? Strings and Patterns ? Web Programming ? Object Oriented Programming ? Database Programming ? Object-oriented Design ? XML and Web Services ? Security ? Streams and Network Programming ? Differences Between PHP 4 and 5 Written by PHP professionals and Zend Certified PHP 5 Engineers Davey Shafik and Ben Ramsey, and reviewed by core PHP developer Derick Rethans, this is the perfect book for every prospective Zend Certified PHP Engineer candidate!

Customer Reviews

Light Outline - Reviewed on 2008-07-21
* * *

While there were a few perspectives that some might not have noticed or thought about. For the most part, this was pretty light weight compared to the practice exams. If you have been working in the language and keeping up with the world, you should have at least seen most of this before. I would not rely on it for more than a detailed outline of some of what you need to know cold - - - at least for the practice exams. Perhaps I will be surprised by the actual exam, and find that this is exactly what is needed - - - who knows.
A Waste - Reviewed on 2008-02-23
* *
10 customers found this review helpful, 1 did not.

One can easily argue that the certification exam itself is a waste of money, but with this book and its associated practice exams, the case is a little more cut-and-dry.

Want to pass the exam? Know the following things:

1. What can and can't go in a function/variable name.

2. What typehints are, how they work, and where they're applied.

3. What all of the array_*() functions do. The more verbose array_*_*() functions which nobody uses can be safely skipped over.

4. How to use the SimpleXML library in a very general way i.e. access elements, attributes and convert to DOM.

5. Everything about the new object model, including abstract and final classes, the new constructor format, destructors, autoloaders and access specifiers (public, private, protected).

6. How and when to pass by reference.

7. When things go out of scope.

8. What the following php.ini directives do: allow_url_fopen, register_globals, enable_dl, disable_functions.

9. What goes in the superglobals and when ($_SERVER, $_GET, $_POST, $_REQUEST, $_ARGV).

10. What all of the bitwise operators do (you should also be able to convert numbers to and from decimal, octal, hexadecimal and binary notation with nothing but your brain and a piece of scratch paper).

Database topics are covered, but you generally don't have to know any of the nonsense about mysqli or PDO--these things are all too buggy to actually use anyway, so learning about them is doubly pointless. If you can memorize function argument lists, do so with the preg_ and various string functions, because they like to throw some curveballs that use the optional args no one ever thinks about. If you can't, then don't bother because you can usually eliminate at least two of the choices they give you right off the bat and guess your way through the rest.

And please, please, please, leave comments on the questions that have misspelled words. They really need to fix that if they're going to charge $125 for a test.
I passed! - Reviewed on 2007-10-29
* * * *
4 customers found this review helpful.

I took the test and passed :) (I think that says it all ;-) )

I studied the book along with the PHP help in order to digg a little more on the functions. I also bought the online practice test to see which areas I needed to focus on.

I liked the book, easy to understand/read.
Good book for the PHP certification. - Reviewed on 2007-10-04
* * * * *
1 customer found this review helpful.

This books covers a good amount of the topics on the certification, and I would definitely recommend it for the certification and general PHP knowledge. You will probably need more than this to pass the certification. I would recommend taking the online practice tests from the Zend certification site as well.
Not good enough for preparing PHP5 certification - Reviewed on 2007-06-23
* * *
6 customers found this review helpful.

This book provides many perspectives on PHP5 certification. However, as a certification preparing guide, I don't think it is good one to pass the exam just by reading this book.

First, it does not have questions at the end of each chapter to evaluate how well the reader learned from the material, as many other exam preparing guides do. It is hard for me to imagine how does the real exam go without those questions.

Second, it has many errors in this book. Some of them could mis-lead you to get wrong concepts of PHP. I agree with Brian, the previous reviewer, beware of using this book. Once you felt anything confused, check out other books or write some codes to test what is the right concept you should learn.

Finally, it does not mention any information about how to connect / retrieve / update information from / to databases with a PHP script. It does have a chapter called "Database Programming", but all it has are only the introduction of SQL statements. I doubt if we don't need to prepare that part for PHP certification.

However, it provides some chapters for XML, web services, and security, which are valuable to refer to. It brought my attention to find more resources to read for those parts.

If you prefer a book that mentions key points of exam without many details, this book is the one you should read; otherwise, pick another one will be a better idea for you.
Read More Customer Reviews »
Go To Amazon Product Page

* - See Amazon Product Page for shipping and pricing details.


Book Subjects