-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Since I can't have a class inherit from two parent classes, does anyone know how
I could aggregate class methods / properties together? I thought of using
__call, __get and __set but I'm having a tough time wrapping my mind around that
one - mostly potential problems with $this.