Function Forum_driver_cns->get_member_row_field

Definitions

sources/forum/cns.php

  • Gets a named field of a member row from the database.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

There are no entries at this time

Returns

  • The field
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Gets a named field of a member row from the database.
 *
 * @return mixed The field
 */

public function get_member_row_field()