Hi All As most of you know I've been working on new skeletons for a while, mainly to solved "The OO Problem".
Creating those skeletons I've done bunch markup changes in manual.xml.in and the "normal extensions" reference.xml. The new manual.xml.in can be found in CVS (the REF_STRUCT_DEV branch) and the new (normal extension) skeleton on http://doc.php.net/wiki/skeletons. I'm not entirely finished with the OO skeletons just yet, but am aiming towards finishing them tomorrow. The difference between (normal) procedural- & oo-extension skeletons aren't that big, the OO ones will have more <reference /> elements (one for each class) and some fancy markup to auto-generate a neat "PHP code" representation of the methods, constants & properties of the class. The main difference from the old skeletons is that each extension will now be a "fully functional docbook" and capable of having multiple chapters, articles, appendixes and references. For those of you with REF_STRUCT_DEV checkout, building with PhD, take a look at the refs.basic.vartype and refs.basic.text pages (and all their extensions) to see how these new skeletons will turn out. For the rest of you; why don't you have PhD+REF_STRUCT_DEV checkout? :) -Hannes