Setting the $family property of a class that is an object of a property of a class 'removes' the ownership from the property of the class. E.q: variable.property.property = new MyClass();
Setting the $family property of a class that is an object of a property of a variable does not remove the ownership. E.q. variable.property = new MyClass(); I do not understand why this happens. I hope someone can explain this for me please? See: http://www.mootools.net/shell/GL5EK/
