Home
last modified time | relevance | path

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

/plugin/sqlite/
H A DSQLiteDB.php25 protected $schemadir; variable in dokuwiki\\plugin\\sqlite\\SQLiteDB
38 * @param string $schemadir directory with schema migration files
42 public function __construct($dbname, $schemadir, $sqlitehelper = null) argument
59 $this->schemadir = $schemadir;
81 if ($schemadir !== '') {
119 $this->__construct($this->dbname, $this->schemadir, $this->helper);
509 if (!file_exists($this->schemadir . '/latest.version')) {
512 return (int)trim(file_get_contents($this->schemadir . '/latest.version'));
523 return sprintf($this->schemadir . '/update%04d.sql', $version);