[PHP-DOC] cvs: phpdoc /en/reference/paradox reference.xml
by Nuno Lopes other posts by this author
Feb 28 2006 3:30PM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/classobj/functions property-exists.xml
|
[PHP-DOC] #36563 [NEW]: print_r, var_export, debug_print_backtrace use output buffering
nlopess Tue Feb 28 23:30:05 2006 UTC
Modified files:
/phpdoc/en/reference/paradox reference.xml
Log:
fix class name. spoted by user note
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/reference.xml?r1=1.4&r2=1.5&diff_
format=u
Index: phpdoc/en/reference/paradox/reference.xml
diff -u phpdoc/en/reference/paradox/reference.xml:1.4 phpdoc/en/reference/paradox/reference.
xml:1.5
--- phpdoc/en/reference/paradox/reference.xml:1.4 Sun Sep 4 19:39:23 2005
+++ phpdoc/en/reference/paradox/reference.xml Tue Feb 28 23:30:05 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Author: Uwe Steinmann <steinm@[...].net> -->
<!-- Purpose: database.vendors -->
<!-- Membership: pecl, external -->
@@ -51,12 +51,12 @@
<title> Object oriented API</title>
<para>
The paradox extension provides also an object oriented API. It consists of
- only one class called paradox_doc. Its methods only differ from the
+ only one class called paradox_db. Its methods only differ from the
functions in its name and of course the missing first parameter. The
following table will list all methods and its equivalent functions.
<table id="paradox.table-class-methods">
- <title> Methods of class paradox_doc</title>
+ <title> Methods of class paradox_db</title>
<tgroup cols="2">
<thead>
<row>
|