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

__construct() public method

Class constructor avoids the automatic connection.
public __construct ( array $descriptor )
$descriptor array
    public function __construct($descriptor)
    {
        $this->_descriptor = $descriptor;
        $this->_dialect = new \Phalcon\Db\Dialect\Mysql();
    }