Function __global->table_row_from_portable_row

Definitions

sources/resource_fs.php

  • Make a portable row a table row.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$row array required parameter N/A N/A Portable row
$db_fields array required parameter N/A N/A A map of DB-style schema data for the fields we have in $row; helps us build portability
$relation_map array required parameter N/A N/A Relation map
$db ?object Null N/A N/A Database connector to look up from (null: main site DB)

Return

  • Table row
  • Type: array
  • Set: N/A
  • Range: N/A