Phalcon\Db\Adapter\Cacheable\Mysql::__construct PHP 메소드

__construct() 공개 메소드

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();
    }