* Chris <listschris@xxxxxxxxxxxxxxx>: > I've got a collection of Element classes (about 8 different ones). They > are all subclasses of a single parent element. I'm trying to extend > their functionality (both the individual classes, and the parent class > they inherit). > > I can extend each Element subclass with it's new specific functionality, > but I would also like to add specific functionality to all of the > subclasses. Extending the parent element with the new functionality > would *seem* to be the way to go, but I can't make it work None of the > Subclasses inherit from the extended superclass. That should work. Have you checked your include_path to make sure a different, unmodified version of the parent class isn't getting loaded? -- Matthew Weier O'Phinney Zend Certified Engineer http://weierophinney.net/matthew/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php