|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-10-08 20:12 UTC] jimc at math dot ucla dot edu
Description: ------------ This is a feature request: to organize the Function Reference section of the index page into categories. This actually refers to php-doc version 5.0.3 copyright date 2005-01-13, which is the version in my distro. With 137 categories in alphabetical order, it's very hard to even comprehend what's available, or to find something if you don't already know what it's called. I just spent an hour hand-editing the index page into an order that seems semi-sane to me: http://papyrus.math.ucla.edu/php-doc/index-jimc.html I don't know how this could be made to happen automatically with docbook, but don't the developers think that this page is a lot more useable than the original one? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 17:00:01 2025 UTC |
This is great! Only one small suggestion: under Database Extensions, the page for Vendor Specific Database Extensions is rather long. Could some way be found to get each vendor's interface on a separate page, as on the PDO page? The Abstraction Layers page has the same issue but not as extreme. Possibly the individual vendors' pages could be listed in the toplevel page, or possibly an intermediate index would be better. I'm definitely going to install the latest version and to convert some nasty code to use PDO.