Binding request parameters to action-method arguments

I’m returning to PHP and Yii after almost 2 years of absence - having learned some new things, I took some inspiration from ASP.NET/MVC, and came up with a way to bind HTTP parameters to action-arguments - here’s a blog-post with details and links to the code:

I hope this is useful to somebody. It’s nice to be working with Yii again. :slight_smile:

Thank you for sharing.