Function __global->get_news_cat_row

Definitions

sources/news.php

  • Get a news category database row.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$id integer required parameter N/A N/A News category ID
$null_ok boolean False N/A N/A Whether to return null if not found (as opposed to exiting)

Return

  • Row (null: could not load)
  • Type: ?array
  • Set: N/A
  • Range: N/A