You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/extending/events.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,5 +91,5 @@ The following is a list of available event points within the CodeIgniter core co
91
91
* **post_controller_constructor** Called immediately after your controller is instantiated, but prior to any method calls happening.
92
92
* **post_system** Called after the final rendered page is sent to the browser, at the end of system execution after the finalized data is sent to the browser.
93
93
* **email** Called after an email sent successfully from ``CodeIgniter\Email\Email``. Receives an array of the ``Email`` class's properties as a parameter.
94
-
* **DBQuery** Called after a successfully-completed database query. Receives the ``Query`` object.
94
+
* **DBQuery** Called after a database query whether successful or not. Receives the ``Query`` object.
95
95
* **migrate** Called after a successful migration call to ``latest()`` or ``regress()``. Receives the current properties of ``MigrationRunner`` as well as the name of the method.
0 commit comments