Home
last modified time | relevance | path

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

/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php85 echo $this->__renderTable ( $cols, $rows );
146 echo $this->__renderTable ( $cols, $rows );
184 private function __renderTable($cols, $rows) { function in DbWrapper
/plugin/database2/
H A Dadmin.php254 echo $db->__renderTable( null, $cols, $rows,
H A Ddatabase2.php1783 $code = $this->__renderTable( $idCol, $cols, $rows, $count, $num,
1795 public function __renderTable( $idCol, $cols, $rows, $count, $num, $skip, function in Database2
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php166 echo $this->__renderTable ( $cols, $rows );
208 private function __renderTable($cols, $rows) { function in syntax_plugin_simplemysqlclient_simplemysqlclient