Skip to content

Commit c8d2fb9

Browse files
committed
docs: decorate text
1 parent 1dd46a5 commit c8d2fb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/pagination.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The first element is the results from the database, **users**, which is retrieve
3939
the Model will hold on to the instance it used and store it in the public property, ``$pager``. So, we grab
4040
that and assign it to the ``$pager`` variable in the view.
4141

42-
.. important:: It is important to understand that the Model::paginate() method uses the Model and QueryBuilder methods.
43-
Therefore, trying to use ``$db->query()`` and Model::paginate() **will not work** because ``$db->query()`` executes
42+
.. important:: It is important to understand that the ``Model::paginate()`` method uses the **Model** and **QueryBuilder** methods.
43+
Therefore, trying to use ``$db->query()`` and ``Model::paginate()`` **will not work** because ``$db->query()`` executes
4444
the query immediately and is not associated with a QueryBuilder.
4545

4646
To define conditions for pagination in a model, you can:

0 commit comments

Comments
 (0)