db\Connection createPdoInstance()

createPdoInstance() protected method

Creates the PDO instance.

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 PDO createPdoInstance ( )
return PDO

The pdo instance

doc_Yii
2016-10-30 16:57:45
Comments
Leave a Comment

Please login to continue.