| H A D | AccessTable.php | 35 protected $stable; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable 205 $this->stable = 'data_' . $this->schema->getTable(); 303 …return "INSERT INTO $this->stable ($cols) VALUES (" . trim(str_repeat('?,', count($vals)), ',') . … 499 $stable = 'data_' . $this->schema->getTable(); 503 $QB->addTable($stable, 'DATA');
|