Sorry and thanks - have not use it before/
But i've tried this:
<?php
class test
{
function showName()
{
$this->qtable = 'val';
return $this->qtable;
}
}
echo test::showName();
?>
worked :)
--
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]

