How can i activate the variables register globals ? |
[eluser]Derek Allard[/eluser]
I think you mean how can you override CI's security preferences of disabling register globals? Quote:Register_globals Firstly, I agree wholeheartedly with Brian that this is almost ALWAYS a bad idea, and if you feel you need to do this perhaps you should reconsider how your app is built. That said, CI is about empowering programmers, and as such you'll find the function _sanitize_globals() in the Input Class, and I guess you could replace the core class with one of your own. |
Messages In This Thread |
How can i activate the variables register globals ? - by El Forum - 09-17-2009, 01:23 PM
How can i activate the variables register globals ? - by El Forum - 09-17-2009, 04:10 PM
How can i activate the variables register globals ? - by El Forum - 09-17-2009, 11:31 PM
|