Re: phpdoc-nl /reference/mysql reference.xml
[email protected] ("S.P. Telgenhof Oude Koehorst")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <[email protected]> |
Oops, sorry. Iets te snel in CVS gezet. Ik zal voortaan beter controleren. Sacha "Sander Roobol" <[email protected]> wrote in message news:cvssander1030196551@cvsserver... > sander Sat Aug 24 09:42:31 2002 EDT > > Modified files: > /phpdoc-nl/reference/mysql reference.xml > Log: > Please, keep the structure of the original English file! > > > Index: phpdoc-nl/reference/mysql/reference.xml > diff -u phpdoc-nl/reference/mysql/reference.xml:1.8 phpdoc-nl/reference/mysql/reference.xml:1.9 > --- phpdoc-nl/reference/mysql/reference.xml:1.8 Sat Aug 24 08:05:05 2002 > +++ phpdoc-nl/reference/mysql/reference.xml Sat Aug 24 09:42:31 2002 > @@ -5,18 +5,21 @@ > <titleabbrev>MySQL</titleabbrev> > > <partintro> > - <para id="mysql.intro"> > - Deze functies maken toegang tot MySQL database servers mogelijk. Meer > - informatie over MySQL is te vinden op <ulink > - url="&url.mysql;">&url.mysql;</ulink>. > - </para> > - <para> > - Documentatie over MySQL is te vinden op <ulink > - url="&url.mysql.docs;">&url.mysql.docs;</ulink>. > - </para> > + <section id="mysql.intro"> > + &reftitle.intro; > + <para> > + Deze functies maken toegang tot MySQL database servers mogelijk. Meer > + informatie over MySQL is te vinden op <ulink > + url="&url.mysql;">&url.mysql;</ulink>. > + </para> > + <para> > + Documentatie over MySQL is te vinden op <ulink > + url="&url.mysql.docs;">&url.mysql.docs;</ulink>. > + </para> > + </section> > > <section id="mysql.requirements"> > - <title>Benodigdheden</title> > + &reftitle.required; > <para> > Om deze functies te gebruiken moet PHP gecompileerd zijn met > ondersteuning voor MySQL. > @@ -24,7 +27,7 @@ > </section> > > <section id="mysql.installation"> > - <title>Installatie</title> > + &reftitle.install; > <para> > Door de <option role="configure">--with-mysql</option> configuratie optie > te gebruiken kan PHP toegang krijgen tot MySQL databases. Als deze optie > @@ -48,7 +51,7 @@ > </section> > > <section id="mysql.configuration"> > - <title>Runtime Configuratie</title> > + &reftitle.runtime; > <para> > Het gedrag van de MySQL functies wordt mede bepaald door instellingen in > de globale <link linkend="configuration">configuratie</link> file. > @@ -252,7 +255,7 @@ > </section> > > <section id="mysql.resources"> > - <title>Resource typen</title> > + &reftitle.resources; > <para> > De MySQL module gebruikt twee resource typen. De eerste is de link > identifier voor een verbinding met een database, de tweede is een > @@ -264,7 +267,7 @@ > > > <section id="mysql.examples"> > - <title>Voorbeelden</title> > + &reftitle.examples; > <para> > Dit simpele voorbeeld laat zien hoe verbinding met een MySQL database tot > stand wordt gebracht, er een query wordt uitgevoerd, resulterende rijen > >