php-general | 2001062
Date: 06/24/01
- Next message: David Robley: "Re: [PHP] $PHP_SELF name space?"
- Previous message: Richard Kurth: "Re[2]: [PHP] explode"
- Next in thread: David Robley: "Re: [PHP] $PHP_SELF name space?"
- Reply: David Robley: "Re: [PHP] $PHP_SELF name space?"
- Reply: Jason Lustig: "RE: [PHP] $PHP_SELF name space?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, is there something silly I'm doing (latest PHP 4.0.5), when this does
not work at all:
---
class xCrumbs
{
function Render(){
echo $PHP_SELF;
}
}
$crumbs = new xCrumbs();
$crumbs->Render();
while
echo $PHP_SELF;
works just fine? Or something with name spaces and when $PHP_SELF is
activated?
Thx, Kent
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: David Robley: "Re: [PHP] $PHP_SELF name space?"
- Previous message: Richard Kurth: "Re[2]: [PHP] explode"
- Next in thread: David Robley: "Re: [PHP] $PHP_SELF name space?"
- Reply: David Robley: "Re: [PHP] $PHP_SELF name space?"
- Reply: Jason Lustig: "RE: [PHP] $PHP_SELF name space?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

