I need to set a property in the parent of an object. I've looked through the manual, but I can't seem to find anything. Is there a way (ie. $this->parent)?
cyberfiche
if you have a class extended, then of course you can set it with $this->parentMethod();
or $this->parentAttribute;