File tree Expand file tree Collapse file tree
user_guide_src/source/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ Returns null or an indexed array of column values:
287287
288288.. literalinclude :: model/008.php
289289
290- ``$column_name `` should be a name of single column else you will get the DataException.
290+ ``$column_name `` should be a name of single column else you will get the `` DataException `` .
291291
292292findAll()
293293---------
@@ -315,7 +315,7 @@ Returns the first row in the result set. This is best used in combination with t
315315withDeleted()
316316-------------
317317
318- If ``$useSoftDeletes `` is true, then the **find*() ** methods will not return any rows where ' deleted_at IS NOT NULL' .
318+ If ``$useSoftDeletes `` is true, then the **find*() ** methods will not return any rows where `` deleted_at IS NOT NULL `` .
319319To temporarily override this, you can use the ``withDeleted() `` method prior to calling the **find*() ** method.
320320
321321.. literalinclude :: model/013.php
You can’t perform that action at this time.
0 commit comments