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 |
Please login to continue.