Function __global->_selectcode_eq

Definitions

sources/selectcode.php

  • Helper function to generate an SQL "equal to" fragment.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$field_name string required parameter N/A N/A The field name
$var string required parameter N/A N/A The string value (may actually hold an integer, if $numeric)
$numeric boolean required parameter N/A N/A Whether the value is numeric

Return

  • SQL fragment
  • Type: string
  • Set: N/A
  • Range: N/A