From c3ea4451ba37e82493855674faabf05d0f9ad39f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 11 Nov 2004 12:08:51 +0000 Subject: [PATCH] Fix links to methods (lowercase! duh) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172485 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/reference.xml | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index 4b6127ef09..7217a8804a 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + pdo Functions @@ -68,7 +68,7 @@ extension=pdo.dll &reftitle.constructor; - PDO - constructs a new PDO + PDO - constructs a new PDO object @@ -77,41 +77,41 @@ extension=pdo.dll &reftitle.methods; - beginTransaction + beginTransaction - begins a transaction - commit - commits a + commit - commits a transaction - exec - issues an SQL + exec - issues an SQL statement - errorCode - + errorCode - retrieves an error code, if any, from the database - errorInfo - + errorInfo - retrieves an array of error information, if any, from the database - lastInsertID - + lastInsertID - retrieves the value of the last row that was inserted into a table - prepare - prepares + prepare - prepares an SQL statement for execution - rollback - roll + rollback - roll back a transaction - setAttribute - + setAttribute - sets a database connection attribute @@ -125,39 +125,39 @@ extension=pdo.dll &reftitle.methods; - bindColumn - binds a + bindColumn - binds a PHP variable to an output column in a result set - bindParam - binds a + bindParam - binds a PHP variable to a parameter in the prepared statement - errorCode - + errorCode - retrieves an error code, if any, from the statement - errorInfo - + errorInfo - retrieves an array of error information, if any, from the statement - execute - executes a + execute - executes a prepared statement - fetch - fetches a + fetch - fetches a row from a result set - fetchAll - fetches an + fetchAll - fetches an array containing all of the rows from a result set - fetchSingle - returns + fetchSingle - returns the data from the first column in a result set - rowCount - returns the + rowCount - returns the number of rows that were affected by the execution of an SQL statement