Check the overloading methods (__get and __set) for PHP 5.x:

http://www.php.net/manual/en/language.oop5.overloading.php

Merlin escribió:

Hi there,

I would like to assign a value inside a class like this:

var $db_username = $old_name;

Unfortunatelly this does not work and I do get following error:
Parse error: syntax error, unexpected T_VARIABLE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}'

Thank you for any hint on how to place a correct syntax on this.

Merlin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to