Re: [PHP] Class Static variables in double quoted string or heredoc
[email protected] ("Eric Butera") Fri, 25 Apr 2008 15:14:50 -0400
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
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*