PHP

It’s Official!

Well, it’s offical–my status as a Zend Certified Engineer has been posted to the Zend Yellowpages. Look for my upcoming article in the next issue of PHP Magazine to spell out the gory details of my experience. (Or whet your appetite with some of my musings on this blog–here, here, and here). And, if you’re …

It’s Official! Read More »

Typing PHP

One of the somewhat unique features of PHP is that it is not a strongly typed language. This means that in the event of a type mismatch, variables are automatically cast into whatever variable type (integer, string, etc.) the interpreter deems most appropriate for the operation. Which is typically fine and in fact a boon …

Typing PHP Read More »