Recommend this page to a friend! |
All class groups | > | All authors | > | Classes of custodio (1) | > | Mission progress status | > | Reputation |
|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
This package can be used to display MySQL query results split in multiple pages. It executes a given MySQL query and displays the results in HTML tables. Navigation links are displayed to browse the listing that may be split in multiple pages, each displaying a limited number of records. The odd and even rows are displayed with different background colors. Rows are highlighted with a different color when the user drags the mouse over them. A checkbox input may be displayed on each row to select rows and submit them with to another page for processing, for instance to delete the selected rows. When the user clicks on the table header title links, the listing is redisplayed sorting the query results by the click column, in ascending or descending order. The code and comments are in Portuguese. In Portuguese: Está é uma classe que lista os resultados de um SQL em tabelas HTML. O banco de dados usado é o MySQL. Esta classe exibe a listagem de forma agradavél formatada por arquivos CSS e Javascript. Ao passar o mouse sobre uma linha esta muda de cor ficando diferente da demais linhas. As linhas pares são de cor diferente das linhas ímpares. Há um ckeckbox que você pode marcar várias linhas e enviar as ID do registros a página, por exemplo para deletar várias linhas. Ao clicar sobre o título da Colunas os registros são ordenados por exta coluna ao clicar nesta mesma coluna ela muda o tipo de ordenação: crescente e descrescente. |
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |