MCPcopy Create free account
hub / github.com/dannybd/courseroad / initialize

Method initialize

CourseRoadDB.php:61–69  ·  view source on GitHub ↗

* Initializes the database link $_db with its variables * * Creates a new mysqli object and stores that database link for use in the * other static methods of the class. * * @param string $db_URL the string of the database's URL to connect to * @param string $db_username the string of the database username * @param string $db_password the string of the database password

(
    $db_URL, $db_username, $db_password, $db_name, $db_salt
  )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

connect.phpFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected