Hi
Hi Christian,
The DOM extension has a lot of important class properties (like nodeValue, nodeType for getting values, but also similar ones for setting values).
Are there any guidelines for how to document them? They are equally important to methods, therefore should they get their own page as well? (I'd say so)
Are there any other extensions, which document class properties?
There is the mysqli documentation (see phpdoc/reference/mysqli/reference.xml). Can you also take care of documenting constants values and meaning ?
Have fun !
didou