Skip to content

Commit

Permalink
Merge pull request #51 from DBinaghi/patch-1
Browse files Browse the repository at this point in the history
Update <model>_browse_sql.rst
  • Loading branch information
zerocrates committed Jun 7, 2021
2 parents 7ff18ee + c51861a commit 1b05bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Reference/hooks/<model>_browse_sql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Usage
*****

Alters the :php:class:`Omeka_Db_Select` object when finding records of type <model> using the :php:meth:`Omeke_Db_Table::findBy` method.
Alters the :php:class:`Omeka_Db_Select` object when finding records of type <model> using the :php:meth:`Omeka_Db_Table::findBy` method.

``<model>`` should be the plural name of the model, e.g. ``items_browse_sql``

Expand All @@ -22,7 +22,7 @@ Arguments
``array`` params
The parameters being used to build the select object. For web requests, GET parameters and Zend routing params
will appear in this array. For internal queries, the params here will be the ones passed to
:php:meth:`Omeke_Db_Table::findBy`.
:php:meth:`Omeka_Db_Table::findBy`.


********
Expand Down

0 comments on commit 1b05bfb

Please sign in to comment.