Tim on August 5th, 2008

In case you haven’t heard, PHP may soon have support for lambdas. These are basically anonymous functions that let you more easily create dynamic code, or throwaway functions that only get used in one place. Mmm. Lambdas.

Continue reading about Lambda Functions in PHP



I was browsing through Ning’s codebase the other day. I work directly with the code since I’ve customized a Ning network for one of Cloudspace’s clients in some subtle ways, just because he wanted it that way.
I really like the work they’ve done. Their codebase clearly has a lot of best practices.
I found one neat […]

Continue reading about How to make a single function call handle one or many