Say if we want to access a class member variable inside the class itself. Is there any way we can access the member variable without using "$this->" prefix? In that way we do not need to type extra $this-> prefix.
-- View this message in context: http://www.nabble.com/Access-member-variable-of-a-class-tf4435741s16154.html#a12654891 Sent from the Zend Framework mailing list archive at Nabble.com.
