15Mar/103
PHP 5.3 is the new JavaScript (almost)
In my last post, I argued that the best way to start developing functional PHP applications was to code review some JavaScript projects. I think this is a good place to start as most web developers have written some JavaScript at one point during their career. I briefly mentioned that the array is pretty similar to the JavaScript object too. However, if you start hacking away at PHP based on JavaScript's functional syntax, you will quickly run into some problems.
13Mar/1010
PHP goes functional in version 5.3
It has been said that all languages, over time, implement a dialect of lisp. PHP appears to be no exception.