ive seen other boards automatically link function names to the manual, and really like it. i think it would be a good idea for the php code forum specifically.
personally i dont like having all the function names underlined if they are a link, but thats easily controlled w/ css. maybe just have the links underlined/emphasized in some way on :hover
taking the [phpman] tags idea a step further
Moderator: General Moderators
Re: taking the [phpman] tags idea a step further
I like it too. If it would ever be implemented here's a list of all documented functions:rehfeld wrote:ive seen other boards automatically link function names to the manual, and really like it.
http://us3.php.net/quickref.php
this looks like a nice way to do it, minus the line numbers of course.
http://aidan.dotgeek.org/lib/?file=func ... inenum.php
only prob i see w/ using ini_get is it would only get functions defined up to the version of php running on the server, which prob wouldnt be php5, leaving out some of them. but thats easily fixed by building a updated list.
i think line numbering would be nice too, but they would need to be done with tables, otherwise it makes cutting and pasting code that was posted a nightmare. actually, using an <ol> would prob work even better.
http://aidan.dotgeek.org/lib/?file=func ... inenum.php
only prob i see w/ using ini_get is it would only get functions defined up to the version of php running on the server, which prob wouldnt be php5, leaving out some of them. but thats easily fixed by building a updated list.
i think line numbering would be nice too, but they would need to be done with tables, otherwise it makes cutting and pasting code that was posted a nightmare. actually, using an <ol> would prob work even better.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact: