Enable GET for CodeIgniter
I am not sure how much I love the fact that CI thinks that it is ok to ignore GET’s… With OAuth, we are forced to have a GET come in upon authentication. So, this is really frustrating. I don’t know if I want to patch my code, I kind of like having stock CI install. But, maybe it is irrelevant because I am modifying application code which is inside the CI directory structure anyway, but it is a principle thing. Why should I modify CI just to get what PHP gave me in the first place ARRGGGG.
http://codeigniter.com/forums/viewthread/46809/
http://snipplr.com/view/5967/allow-get-in-codeigniter/
1 Comment for Enable GET for CodeIgniter
eric | April 29, 2009 at 7:19 pm
Leave a comment!
You must be logged in to post a comment.



Well, I didn’t want to modify my code base with that patch, I like the hook idea a lot better, so, see this follow up post for how I did it…
follow up post…