First this section needs an intro part describing that the PHP 5 OO is different and offers much more than the PHP 4 OO, while keeping backwards compatibility (except a few changes which are described in the migration part in the appendix).
It should also be noted here that there are new stuff related to objects documented elsewhere: instanceof, exceptions, __METHOD__, "Dereferencing objects returned from functions", etc. So this should be a starting point for readers on what is new in PHP 5.
Yes, sure.
+ oop5.into : Introduction :].
oop5.intro
Well, instanceof is already added, exceptions need to be another part in the language section, but we need to integrate the __autoload() stuff here, since it does not fit elsewhere.
Uhm. New section for that?
Yes, probably it is needed.
Additionaly not all of the IDs look fine to me, but I cannot come up with really better ones, so either we will be able to find better ones along the way or it will stay this way :)
I dislike some of them either, i.e. oop5.decon. But had no another ideas at that moment. Let's wait for suggestions :].
OK, wait a bit.
Goba