On Thu, 17 Sep 2009 11:06:18 -0400 Brandon Savage <[email protected]> wrote:
> All, > > I was taking a look today at the documentation for PHP 5's object > model, and there is nothing that discusses inheritance or the ability > to override methods in subclasses. I realize this is a part of the > basics of object oriented programming and certainly not unique to > PHP; however, I was thinking that to make the manual as complete as > possible, we should at least address the issue. > > Thoughts? > > Brandon This is explained on the Basics page, but not in any great depth. I have been thinking about more overhauls to the PHP 5 OOP docs, and clearly I'm not the only one. :) Regards, Torben
