Feed Aggregator v1.4

A CakePHP Component that will take a list of feeds and aggregate them into a single array based on their timestamp.

Recent Thoughts

Blog entries for November 2009

If you haven't heard of Namespaces, or even PHP 5.3, you need to stop living under a rock. I've had quite a bit of fun the past month messing around with namespaces in 5.3, and I have got to say, they are the greatest addition to PHP yet. If you are unfamiliar with namespaces, it's a feature that allows you to add another layer of ownership and packaging to functions and classes, similar to how classes add a layer onto methods (ala functions). Continue reading...