The current Codeigniter 3.0 development branch provides the ability to embed your own variable instead of $ _POST. Therefore, you can start using 3.0.
Alternatively, the only way in CI2.1 is to do $ _POST = $ _ GET before starting the check.
source
share