Skip to content

Commit

Permalink
docs: fix DBQuery explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 15, 2022
1 parent a19128b commit 0d8f818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/extending/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ The following is a list of available event points within the CodeIgniter core co
* **post_controller_constructor** Called immediately after your controller is instantiated, but prior to any method calls happening.
* **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.
* **email** Called after an email sent successfully from ``CodeIgniter\Email\Email``. Receives an array of the ``Email`` class's properties as a parameter.
* **DBQuery** Called after a successfully-completed database query. Receives the ``Query`` object.
* **DBQuery** Called after a database query whether successful or not. Receives the ``Query`` object.
* **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 comments on commit 0d8f818

Please sign in to comment.