Use entities instead of URLs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181709 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Simenec 2005-03-09 10:31:08 +00:00
parent 70fa40b116
commit 84a65f572a
4 changed files with 12 additions and 12 deletions

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="maxdb.constants">
&reftitle.constants;
&extension.constants;
<para>
The following constants to use with <function>maxdb_options</function> are defined.
For further description of these constants see
<ulink url="http://dev.mysql.com/doc/maxdb/"></ulink>.
<ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>.
<table>
<title>MaxDB PHP client constants</title>
<tgroup cols="2">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.maxdb-options">
<refnamediv>
<refname>maxdb_options</refname>
@ -39,7 +39,7 @@
<para>
The parameter <parameter>option</parameter> is the option that you want to set,
the <parameter>value</parameter> is the value for the option. For detailed
description of the options see <ulink url="http://dev.mysql.com/doc/maxdb/"></ulink>
description of the options see <ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>
The parameter <parameter>option</parameter> can be one of the following values:
<table>
<title>Valid options</title>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.maxdb-stmt-errno">
<refnamediv>
<refname>maxdb_stmt_errno</refname>
@ -25,7 +25,7 @@
<note>
<para>
For possible error codes see documentation of SQLDBC:
<ulink url="http://dev.mysql.com/doc/maxdb/"></ulink>.
<ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>.
</para>
</note>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<reference id="ref.maxdb">
<title>MaxDB PHP Extension</title>
<titleabbrev>MaxDB</titleabbrev>
@ -10,7 +10,7 @@
<para>
The MaxDB PHP extension allows you to access the functionality provided by
MaxDB 7.5.0 and above. More information about the MaxDB Database server
can be found at <ulink url="http://www.mysql.com/products/maxdb/"></ulink>.
can be found at <ulink url="&url.maxdb;">&url.maxdb;</ulink>.
</para>
<para>
The MaxDB PHP extension is compatible to the MySQL mysqli extension. There are only
@ -53,7 +53,7 @@
</simplelist>
<para>
Documentation for MaxDB can be found at
<ulink url="http://dev.mysql.com/doc/maxdb/"></ulink>.
<ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>.
</para>
</section>
@ -66,11 +66,11 @@
</para>
<para>
Documentation for MaxDB SQLDBC can be found at
<ulink url="http://dev.mysql.com/doc/maxdb/"></ulink>.
<ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>.
</para>
<para>
Download the MaxDB SQLDBC package from
<ulink url="http://dev.mysql.com/downloads/maxdb/clients.html"></ulink>.
<ulink url="&url.maxdb.sdbc;">&url.maxdb.sdbc;</ulink>.
</para>
</section>
@ -383,7 +383,7 @@
&reftitle.examples;
<para>
All examples in the MaxDB PHP documentation use the HOTELDB demo database from MaxDB. More about this
database can be found at <ulink url="http://dev.mysql.com/doc/maxdb/en/98/11b83fa6b33c17e10000000a114084/frameset.htm"></ulink>.
database can be found at <ulink url="&url.maxdb.sampledb;">&url.maxdb.sampledb;</ulink>.
</para>
<para>
To use the examples in the MaxDB PHP documentation, you have to load the tutorial data into your database.