Function __global->reload_lang_fields

Definitions

sources/database.php

  • Reload language fields from the database.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$full boolean False N/A N/A Whether we need to know about non-Comcode language fields (forced to true for multi-lang-content sites, or if $fields is passed)
$only_table ?string Null N/A N/A The only table to reload for (null: all tables)
$fields ?array Null N/A N/A Full list of table fields, used for installation code only and $only_table must be passed (null: look up)