Skip to content

Commit f9658b8

Browse files
committed
docs: add comment
1 parent 3d3bf64 commit f9658b8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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)