Lines Matching refs:bez
3 * DokuWiki Plugin bez (Action Component)
145 $bez_file = DOKU_INC . 'data/meta/bez.sqlite3';
151 //import from bez
152 $bez = new \PDO('sqlite:' . $bez_file);
156 $stmt = $bez->query('SELECT * FROM issuetypes');
164 $stmt = $bez->query('SELECT * FROM tasktypes');
172 $stmt = $bez->query('SELECT *, (SELECT COUNT(*) FROM tasks
194 $stmt = $bez->query('SELECT tasks.*, commcauses.type AS cause_type
299 $stmt = $bez->query('SELECT *,
388 $stmt_i = $bez->query('SELECT reporter FROM commcauses WHERE issue=' . $row['id']);