|
Posted by P Pulkkinen on 02/07/07 09:48
This is just for curiosity, but:
Lets say I would like to have a new superglobal, in addition to
automatically made get, post, cookie and session.
I mean, I would (theoretically) want to AVOID doing
function ()
{
global $config;
....
}
and just be able to use $config in functions and classes.
Not that it would be the nicest practise though. But let's say for the sake
of fun or doing it.
Is there a way? Of course you could reset, set and reset again some session
variable, but that would not be very nice way.
Navigation:
[Reply to this message]
|