We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33efe65 commit 0d64c45Copy full SHA for 0d64c45
user_guide_src/source/models/model.rst
@@ -492,8 +492,8 @@ of just one:
492
493
.. literalinclude:: model/007.php
494
495
-.. note:: If no parameters are passed in, ``find()`` will return all rows in that model's table,
496
- effectively acting like ``findAll()``, though less explicit.
+.. note:: If ``find()`` is called without parameters or with ``null``, it will return all rows in
+ that model's table, effectively acting like ``findAll()``, though less explicit.
497
498
findColumn()
499
------------
0 commit comments