Home
last modified time | relevance | path

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

/plugin/database2/
H A Dmedia.php200 return $this->showTable( false, true, true, null, true );
H A Ddatabase2.php808 $this->showTable( true, false, false, $this->options['view'] );
1688 protected function showTable( $expectInput = true, $returnOutput = false, function in Database2