Skip to content

Commit 5cceb94

Browse files
committed
docs: add comment
1 parent cd3d0a7 commit 5cceb94

File tree

1 file changed

+2
-0
lines changed
  • user_guide_src/source/database/transactions

1 file changed

+2
-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...');

0 commit comments

Comments
 (0)