Searched refs:__renderTable (Results 1 – 4 of 4) sorted by relevance
/plugin/crossdbsqlclient/syntax/ |
H A D | dbwrapper.php | 85 echo $this->__renderTable ( $cols, $rows ); 146 echo $this->__renderTable ( $cols, $rows ); 184 private function __renderTable($cols, $rows) { function in DbWrapper
|
/plugin/database2/ |
H A D | admin.php | 254 echo $db->__renderTable( null, $cols, $rows,
|
H A D | database2.php | 1783 $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 D | simplemysqlclient.php | 166 echo $this->__renderTable ( $cols, $rows ); 208 private function __renderTable($cols, $rows) { function in syntax_plugin_simplemysqlclient_simplemysqlclient
|