We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0554f3 commit 2ea671eCopy full SHA for 2ea671e
1 file changed
user_guide_src/source/models/model.rst
@@ -53,7 +53,7 @@ that extends ``CodeIgniter\Model``:
53
This empty class provides convenient access to the database connection, the Query Builder,
54
and a number of additional convenience methods.
55
56
-Should you need additional setup in your model you may extend the ``initialize()`` function
+Should you need additional setup in your model you may extend the ``initialize()`` method
57
which will be run immediately after the Model's constructor. This allows you to perform
58
extra steps without repeating the constructor parameters, for example extending other models:
59
0 commit comments