Phalcon\Db\Adapter\Cacheable\Mysql::internalConnect PHP Méthode

internalConnect() protected méthode

Checks if exist an active connection, if not, makes a connection
protected internalConnect ( )
    protected function internalConnect()
    {
        if (!$this->_pdo) {
            $this->connect();
        }
    }