Function Database_Static_xml->__construct

Definitions

sources/database/xml.php

  • Set up the database driver.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$table_prefix string No No required parameter N/A N/A Table prefix

Preview

Code (PHP)

/**
 * Set up the database driver.
 *
 * @param  string $table_prefix Table prefix
 */

public function __construct(string $table_prefix)