unfortunately, this doesnt seem to work. Rather, it works, but it doesnt
seem to work any differently than an include() (although you can't use
output buffering on it, so in that regard its different). It seems to pass
in all the variables and classes.
My other option, which I have been avoidin
The documentation is outdated. That restriction has been lifted as of PHP
version 4.0.6.
(cc'ing phpdoc to fix)
-Rasmus
On Fri, 12 Apr 2002, Aric Caley wrote:
> but the virtual() documentation says you can't use it on a php script?
>
> "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
> [
but the virtual() documentation says you can't use it on a php script?
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I guess the only real way is to use virtual() in this case. That's a bit
> clunky as well, but it isn't quite as bad as goin
I guess the only real way is to use virtual() in this case. That's a bit
clunky as well, but it isn't quite as bad as going through CGI or all the
way out to the port 80 level.
-Rasmus
On Fri, 12 Apr 2002, Aric Caley wrote:
> Is it possible to keep the variable name-space separate between, say
Is it possible to keep the variable name-space separate between, say, two
files (one included into the other) to avoid name collisions? I'm trying to
get two scripts to work together on the same page. Each script defines some
classes that have the same names but work differently (ex., class Temp
5 matches
Mail list logo