Skip to content

Commit f917dc0

Browse files
committed
docs: add section title
1 parent 2ea671e commit f917dc0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

user_guide_src/source/models/model.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ that extends ``CodeIgniter\Model``:
5353
This empty class provides convenient access to the database connection, the Query Builder,
5454
and a number of additional convenience methods.
5555

56+
initialize()
57+
============
58+
5659
Should you need additional setup in your model you may extend the ``initialize()`` method
5760
which will be run immediately after the Model's constructor. This allows you to perform
5861
extra steps without repeating the constructor parameters, for example extending other models:

0 commit comments

Comments
 (0)