We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea671e commit f917dc0Copy full SHA for f917dc0
1 file changed
user_guide_src/source/models/model.rst
@@ -53,6 +53,9 @@ 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
+initialize()
57
+============
58
+
59
Should you need additional setup in your model you may extend the ``initialize()`` method
60
which will be run immediately after the Model's constructor. This allows you to perform
61
extra steps without repeating the constructor parameters, for example extending other models:
0 commit comments