Problem I have a very simple PHP MVC library for my auto-didactic pedagogical purposes. I’m having a little trouble figuring […]
Tag: spl
Applying multiple php FilterIterator instances in a cascading fashion
Problem I wrote an implementation of php FilterIterator objects that allows me to apply them in a “cascade” way, so […]