Home
last modified time | relevance | path

Searched refs:_dbFile (Results 1 – 1 of 1) sorted by relevance

/plugin/sphinxsearchwas/
DPageMapper.php9 private string $_dbFile = ''; variable in PageMapper
29 $this->_dbFile = $dbPath . '/pages.db';
42 $this->_db = new PDO("sqlite:" . $this->_dbFile);