$slavePdo public read-only property
The PDO instance for the currently active slave connection. Null is returned if no slave connection is available and $fallbackToMaster
is false.
public PDO getSlavePdo ( $fallbackToMaster = true )
$slavePdo public read-only property
The PDO instance for the currently active slave connection. Null is returned if no slave connection is available and $fallbackToMaster
is false.
public PDO getSlavePdo ( $fallbackToMaster = true )
Please login to continue.