#360580 by Razorraser: Fix documentation link to PDO.

merge-requests/26/head
Angie Byron 2009-01-18 16:24:05 +00:00
parent cf4f209d16
commit df48958752
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
* Every database driver implementation must provide a concrete implementation of it to support
* special handling required by that database.
*
* @link http://us.php.net/manual/en/ref.pdo.php
* @link http://php.net/manual/en/book.pdo.php
*/
abstract class DatabaseConnection extends PDO {