We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b23f2 commit 1d46a57Copy full SHA for 1d46a57
1 file changed
user_guide_src/source/models/model.rst
@@ -277,8 +277,8 @@ of just one:
277
278
.. literalinclude:: model/007.php
279
280
-If no parameters are passed in, will return all rows in that model's table, effectively acting
281
-like ``findAll()``, though less explicit.
+.. note:: If no parameters are passed in, ``find()`` will return all rows in that model's table,
+ effectively acting like ``findAll()``, though less explicit.
282
283
findColumn()
284
------------
0 commit comments