I was looking into .NET MVC (which is pretty neat btw) and one thing I really liked there was mapping of request parameters to function parameters when calling the action. I think is pretty nifty. So I created a similar thing for ZF.
More information here: BlueMoon Mapping request parameters to action method parameters
Last edited by albeva; 10-03-2009 at 03:19 PM.