goba            Thu Dec 26 18:32:38 2002 EDT

  Modified files:              
    /phpdoc/en/chmonly  integration.xml 
  Log:
  Adding documentation about the new _function.html file
  
  
Index: phpdoc/en/chmonly/integration.xml
diff -u phpdoc/en/chmonly/integration.xml:1.2 phpdoc/en/chmonly/integration.xml:1.3
--- phpdoc/en/chmonly/integration.xml:1.2       Sun Sep  8 14:11:15 2002
+++ phpdoc/en/chmonly/integration.xml   Thu Dec 26 18:32:38 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <chapter id="chm.integration">
   <title>Integrating the PHP Manual</title>
 
@@ -74,6 +74,18 @@
    <ulink url="&url.chm.hta;">HTML Application</ulink> to demonstrate the
    simple process of showing a manual page for a function. The
    <literal>quickRef()</literal> function defined therein does the job.
+  </para>
+  <para>
+   If you would like to integrate the manual into an IDE without direct
+   support for the PHP manual (actually the underscore to hyphen conversion),
+   you can use the included <filename>_function.html</filename> file to access
+   a function page. This file is simply a redirector, and can be parameterized via
+   the URL, as <filename>_function.html#mysql_close</filename>. This page
+   will redirect you to the mysql_close function page
+   (<filename>function.mysql-close.html</filename>) automatically. You can
+   provide the full path of this file if your IDE supports context sensitive
+   help, and provide the IDE specified string as the parameter. An example
+   for this is the UltraEdit 9 intergation (see the edition's website).
   </para>
   <para>
    The index of the manual (accessible via the index tab on the navigation



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to