getMasterPdo() public method
Returns the PDO instance for the currently active master connection.
This method will open the master DB connection and then return $pdo.
public PDO getMasterPdo ( ) | ||
---|---|---|
return | PDO |
The PDO instance for the currently active master connection. |
Please login to continue.