XHProfRuns_Default::db PHP Méthode

db() protected méthode

protected db ( )
    protected function db()
    {
        global $_xhprof;
        require_once XHPROF_LIB_ROOT . '/utils/Db/' . $_xhprof['dbadapter'] . '.php';
        $class = self::getDbClass();
        $this->db = new $class($_xhprof);
        $this->db->connect();
    }