Recursive closures in PHP
Being quite a JavaScript aficionado, I am used to and quite like functional programming, I finally got the opportunity to use a closure in PHP, a recursive one at that.
Being quite a JavaScript aficionado, I am used to and quite like functional programming, I finally got the opportunity to use a closure in PHP, a recursive one at that.
In December 2011 I decided to give Play! Framework a go, and what better place to start than right here on my blog. A totally non mission critical application that I can just have fun with and figure out how play works. I was so impressed with play but I already wrote an article on that.
Ever had to make a quick contact form on PHP site that’s not using a framework or doesn’t have contact form stuff built in? Well I got fed up of doing just that. The last time I had to make a PHP contact form I put a little bit more effort into making it reusable and bam we have this little library.