Hannes Magnusson wrote:
I don't think we ever reference class variables anywhere in the
current documentations except for on the "class reference pages" (such
as http://no2.php.net/manual/en/class.xmlreader.php).
That uses XML such as:
<varname linkend="xmlreader.props.attributecount">attributeCount</varname>
However, when I try that the HTML generated is:
<var class="varname">$mysqli->affected_rows</var>
Which doesn't seem quite right - it's not a live link anyway.
Right, which is what I meant. We don't have such thing because we have
never had use for it as class properties have never been referenced to
except on the class reference page.
Ah OK, I thought this was a feature that was already supported. I hadn't
noticed the 'http://no2.php.net' bit - I'm guessing that is some kind of
testing site.
OK, I'll have a look at your other suggestions and get back to you on that.
Many thanks,
Tony