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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.