Re: [PHP] Class Static variables in double quoted string or heredoc
[email protected] ("Nathan Nobbe") Fri, 25 Apr 2008 13:16:31 -0600
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 25, 2008 at 1:14 PM, Eric Butera <[email protected]> wrote: > On Fri, Apr 25, 2008 at 3:09 PM, Nathan Nobbe <[email protected]> > wrote: > > i do; that way when the script terminates the session is wiped clean :D > > $GLOBALS would get you the same thing a lot easier. I've had to use > sessions in cli before just because I converted some old front-end > scripts that used to be spawned via a cron curl directly to CLI. So I > guess I can see it happening sometimes. *shrug* > it was a joke :P