Function Standard_crud_module->get_entry_rows

Definitions

sources/crud_module.php

  • Standard CRUD-module entry function to get rows for selection from.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$recache boolean False N/A N/A Whether to force a re-cache
$orderer ?ID_TEXT Null N/A N/A Order to use (null: automatic)
$where array [] N/A N/A Extra where clauses
$force_site_db boolean False N/A N/A Whether to always access using the site database
$join string Blank (empty string) N/A N/A Extra join clause for our query (blank: none)
$max ?integer Null N/A N/A Maximum to show (null: standard)
$query_end string Blank (empty string) N/A N/A Extra complex query to add to the end

Return

  • A pair: Rows for selection from, Total results
  • Type: array
  • Set: N/A
  • Range: N/A