Function __global->results_entry

Definitions

sources/templates_results_table.php

  • Get the Tempcode for a results entry (a row). You would gather together the outputs of several of these functions, then put them in as the $fields in a results_table function call.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$values array required parameter N/A N/A The array of values that make up this entry (of string or Tempcode, or mixture)
$auto_escape boolean required parameter N/A N/A Whether to automatically escape each plain-text entry so that it cannot contain HTML (ignored for Tempcode values)
$tpl_set ?string Null N/A N/A The template set to use (null: default)
$guid string 9e340dd14173c7320b57243d607718ab N/A N/A GUID to pass to template
$td_class string Blank (empty string) N/A N/A Additional classes to assign to the row other than zebra (blank: none)

Return

  • The generated entry
  • Type: Tempcode
  • Set: N/A
  • Range: N/A