3 <title>ADODB Manual
</title>
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 body,td {font-family:Arial,Helvetica,sans-serif;font-size:
11pt}
8 .toplink {font-size:
8pt}
11 <body bgcolor=
"#FFFFFF">
13 <h3>ADOdb Library for PHP
</h3>
14 <p>ADOdb is a suite of database libraries that allow you to connect to multiple
15 databases in a portable manner.
</p>
17 <p>The ADOdb documentation has moved to
<a href=docs-adodb.htm
>docs-adodb.htm
</a>
18 This allows you to query, update and insert records using a portable API.
19 <p>The ADOdb data dictionary docs are at
<a href=docs-datadict.htm
>docs-datadict.htm
</a>.
20 This allows you to create database tables and indexes in a portable manner.
23 Make sure you are running PHP4.0
.4 or later. Unpack all the files into a directory accessible by your webserver.
25 To test, try modifying some of the tutorial examples. Make sure you customize the connection settings correctly. You can debug using:
28 include('adodb/adodb.inc.php');
30 $db =
<b>ADONewConnection
</b>($driver); # eg. 'mysql' or 'oci8'
32 $db-
><b>Connect
</b>($server, $user, $password, $database);
33 $rs = $db-
><b>Execute
</b>('select * from some_small_table');
35 print_r($rs-
><b>GetRows
</b>());
39 <h3>How are people using ADOdb
</h3>
40 Here are some examples of how people are using ADOdb (for a much longer list,
41 visit
<a href=
"http://php.weblogs.com/adodb-cool-applications">http://php.weblogs.com/adodb-cool-applications
</a>):
43 <li> <strong>PhpLens
</strong> is a commercial data grid component that allows
44 both cool Web designers and serious unshaved programmers to develop and
45 maintain databases on the Web easily. Developed by the author of ADOdb.
47 <li> <strong>PHAkt
</strong>: PHP Extension for DreamWeaver Ultradev allows
48 you to script PHP in the popular Web page editor. Database handling provided
50 <li> <strong>Analysis Console for Intrusion Databases (ACID)
</strong>: PHP-based
51 analysis engine to search and process a database of security incidents
52 generated by security-related software such as IDSes and firewalls (e.g.
53 Snort, ipchains). By Roman Danyliw.
</li>
54 <li> <strong>PostNuke
</strong> is a very popular free content management system
55 and weblog system. It offers full CSS support, HTML
4.01 transitional
56 compliance throughout, an advanced blocks system, and is fully multi-lingual
58 <li><strong> EasyPublish CMS
</strong> is another free content management system
59 for managing information and integrated modules on your internet, intranet-
60 and extranet-sites. From Norway.
</li>
61 <li> <strong>NOLA
</strong> is a full featured accounting, inventory, and job
62 tracking application. It is licensed under the GPL, and developed by Noguska.