From 3d07b381126802933acfe3507f96e0b718fd47a9 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 18 Oct 2005 03:20:13 +0000 Subject: [PATCH] Closer to Wez's original intent... making a connection does not enable one to understand transactions; rather, once armed with the knowledge of connecting, one must understand the power of transactions before wielding SQL queries with reckless abandon. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198664 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index 6bfe25a357..74e5de8832 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + @@ -347,7 +347,7 @@ $dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass, array(
Transactions and auto-commit - Now that you're connected via PDO, you should be able to understand how PDO + Now that you're connected via PDO, you must understand how PDO manages transactions before you start issuing queries. If you've never encountered transactions before, they offer 4 major features: Atomicity, Consistency, Isolation and Durability (ACID). In layman's terms, any work