We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf783ce commit f61e8b3Copy full SHA for f61e8b3
1 file changed
user_guide_src/source/database/transactions.rst
@@ -103,7 +103,7 @@ Nested Transactions
103
104
In CodeIgniter, transactions can be nested in a way such that only the
105
outmost or top-level transaction commands are executed. You can include as
106
-many pairs of ``transStart``/``transComplete`` or ``transBegin``/``transCommit``/``transRollback``
+many pairs of ``transStart()``/``transComplete()`` or ``transBegin()``/``transCommit()``/``transRollback()``
107
as you want inside a transaction block and so on. CodeIgniter will keep
108
track of the transaction "depth" and only take action at the outermost layer
109
(zero depth).
0 commit comments