We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3d0a7 commit 52aba71Copy full SHA for 52aba71
user_guide_src/source/database/transactions/003.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+// DBDebug in the Database Config must be false.
4
+
5
$this->db->transStart();
6
$this->db->query('AN SQL QUERY...');
7
$this->db->query('ANOTHER QUERY...');
user_guide_src/source/database/transactions/006.php
$this->db->transBegin();
0 commit comments