Norbert Wenzel wrote:
public function printVar() {
echo($this->var);
}
I have to do a little correction, i wrote
$this->$var
to see the variable, otherwise i don't see
anything.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

