Hello and happy new year! I need to document all the new features for mysqli (PHP 5.1), and I want to restructure the complete mysqli section. Having all information in a single document doesn't work very well, with new features I have ~1500 lines in a single page - not very user friendly.
Something like that would be much better: Improved MySQLI Section | +-- Introduction +-- Requirements +-- Installation +-- Runtime Configuration +-- Predefined Constants +-- Embedded server +-- Object Model | +-- Driver class | constructors | methods | properties | +-- Connection class | constructors | methods | properties | +-- ... +-- Procedural Interface (incl. function reference) Unfortunately <reference> doesn't allow subsections or toc, so I thought about changing <reference> to <chapter> for complete function reference, which might be probably not the best solution and needs also a lot of work. Any comments or better ideas? /Georg