Php User Streams - why doesn’t anyone use them?
Friday, May 4th, 2007Php user streams are amazing - they’re powerful, fun, and make things like a templating system with filters and multiple back ends quick and easy.
Here’s a little “test script” that shows you how to implement contexts for your streams. What are contexts? They’re resources that hold additional information. Built in php streams, such […]
