Skip to content

Commit 52aba71

Browse files
committed
docs: add comment
1 parent cd3d0a7 commit 52aba71

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

user_guide_src/source/database/transactions/003.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
// DBDebug in the Database Config must be false.
4+
35
$this->db->transStart();
46
$this->db->query('AN SQL QUERY...');
57
$this->db->query('ANOTHER QUERY...');

user_guide_src/source/database/transactions/006.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
// DBDebug in the Database Config must be false.
4+
35
$this->db->transBegin();
46

57
$this->db->query('AN SQL QUERY...');

0 commit comments

Comments
 (0)