Does CI unset variables in $GLOBALS ? |
[eluser]WanWizard[/eluser]
http://php.net/manual/en/security.globals.php This is the age of OOP. Do not use globals. not now. not ever. If your app requires globals, you've designed it wrong. |
Messages In This Thread |
Does CI unset variables in $GLOBALS ? - by El Forum - 01-18-2012, 02:49 PM
Does CI unset variables in $GLOBALS ? - by El Forum - 01-18-2012, 03:00 PM
Does CI unset variables in $GLOBALS ? - by El Forum - 01-19-2012, 02:22 PM
Does CI unset variables in $GLOBALS ? - by El Forum - 01-19-2012, 03:16 PM
Does CI unset variables in $GLOBALS ? - by El Forum - 01-19-2012, 04:28 PM
Does CI unset variables in $GLOBALS ? - by El Forum - 01-20-2012, 10:15 AM
Does CI unset variables in $GLOBALS ? - by El Forum - 01-20-2012, 10:30 AM
|