This method is called by [[open]] to establish a DB connection.
The default implementation will create a PHP PDO instance.
You may override this method if the default PDO needs to be adapted for certain DBMS.
protected createPdoInstance ( ) : PDO | ||
return | PDO | the pdo instance |