Re: PHP 5 Object Inheritance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux