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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to