For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2008 > Fwd: [DOC-CVS] cvs: phd / build.php mktoc.php package.xml /include PhDHelper.class.ph









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Fwd: [DOC-CVS] cvs: phd / build.php mktoc.php package.xml /include PhDHelper.class.ph
Hannes Magnusson

2008-01-27, 7:19 pm

Hi all!

As of this commit we now match <function>s against <refname>s to
generate the links for functions and methods.
This means that <function>MySQLi::query</function>,
<function>MySQLi->query</function>, <function>MySQLi_query</function>,
<function>mysqli_query</function>, <function>mYSQLi::QUERY</function>
(and so on) will be link to the correct manual page (given that it has
two <refname>s, <refname>MySQLi::query</function> and
<refname>mysqli_query</function).

The <function>s are lowercased and then underscores (_),
double-colons (::) and arrows (-> ) are replaced with "-" and then
matched against the <refname>s (following the same rules, i.e.
lowercased and _, ::, -> replaced with -).

-Hannes



---------- Forwarded message ----------
From: Hannes Magnusson <bjori@php.net>
Date: Jan 27, 2008 3:32 PM
Subject: [DOC-CVS] cvs: phd / build.php mktoc.php package.xml
/include PhDHelper.class.php /themes/php phpdotnet.php
To: doc-cvs@lists.php.net


bjori Sun Jan 27 14:32:33 2008 UTC

Modified files:
/phd package.xml build.php mktoc.php
/phd/include PhDHelper.class.php
/phd/themes/php phpdotnet.php
Log:
Fixed bug#43416 (Function links do not render as links)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com