1
0
mirror of synced 2025-02-20 14:13:15 +03:00

Corrected typo

This commit is contained in:
nicobn 2007-09-23 16:56:16 +00:00
parent 5313bc07ad
commit 6395d94549

View File

@ -12,7 +12,7 @@ try {
}
</code>
If your database extension isn't supported by PDO you can use special {{Doctrine_Adapter}} class (if availible). The following example uses db2 adapter:
If your database extension isn't supported by PDO you can use special {{Doctrine_Adapter}} class (if available). The following example uses db2 adapter:
<code type="php">
$dsn = 'db2:dbname=testdb;host=127.0.0.1';