If the CodeIgniter Community Branch was a fork... |
[eluser]TaylorOtwell[/eluser]
[quote author="n0xie" date="1291240619"][quote author="TaylorOtwell" date="1291233998"] Also, adding ASP.NET MVC style "Model Binding" would be a big plus. I've also added this myself, but it required some more hacking. Basically, on an HTTP POST, bind the POST data to the controller function parameters if the names match, so that if I have a function that looks like this: [/quote] You mean Register Globals?![/quote] No. What I'm talking about essentially works the same as CI already works on a GET request, it just does similar functionality for POST requests. The only difference is it is intelligently mapping POST data (via the CI Input class) to the function instead of URI segments. |
Welcome Guest, Not a member yet? Register Sign In |