Can someone please clarify the position regarding support for $_GET within CI.
I recall somewhere seeing a statement from Rick Ellis that CI doesn’t support it and that any GET values passed to CI are simply destroyed. The reason for seeking clarification is that I’ve just seen the CI changelog for 1.5.4 and discovered some way down the page is an entry suggesting that $_GET had been supported at some point in the past.
I have a particular requirement for this at present because I’m developing an application that links to an external credit card processing services provider whose callback function only provides a response via GET. So I have to find a solution.
Having unsuccessfully tried all the CI options I could find, the only other option I had was to switch to using Kohana. I don’t want to open up a discussion here about the merits or otherwise of Kohana other than to say my strong preference is to stick with CI - provided that it has the tools I need to do the job.
I did come across a forum post from someone who had hacked the Input class to add support for GET. But a hack - however good it is and I’m not suggesting that it’s not a fine piece of coding - suffers from the fundamental problem that it’s not part of the official CI release. So there would always be a support issues and uncertainty every time a there’s a new release of CI.
For myself, the lack of support of GET is a major roadblock to using CI. If it’s not supported - or at least planned within a reasonable time frame then I think my only option would be to look for a completely different framework. I don’t want to do that if at all possible - I really like CI.
So the key question - I guess directed at Rick - will you add support for $_GET
Regards
David Bell
