Phalcon\Db\Adapter\Cacheable\Mysql::internalConnect PHP Method

internalConnect() protected method

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