PHP Classes

File: users.sql

Recommend this page to a friend!
  Classes of Olavo Alexandrino   Generic Easy Pagination   users.sql   Download  
File: users.sql
Role: Auxiliary data
Content type: text/plain
Description: SQL script to create the database schema for use with the example
Class: Generic Easy Pagination
Pagination of arbitrary listings
Author: By
Last change:
Date: 20 years ago
Size: 1,466 bytes
 

Contents

Class file image Download
# phpMyAdmin MySQL-Dump # version 2.5.1 # http://www.phpmyadmin.net/ (download page) # # Servidor: localhost # Tempo de Generação: Out 08, 2003 at 05:43 PM # Versão do Servidor: 3.23.56 # Versão do PHP: 4.2.3 # Banco de Dados : `test` # -------------------------------------------------------- # # Estrutura da tabela `users` # # Creation: Out 08, 2003 at 03:38 PM # Last update: Out 08, 2003 at 03:38 PM # CREATE TABLE `users` ( `id_user` int(10) unsigned NOT NULL auto_increment, `user_name` varchar(255) NOT NULL default '', PRIMARY KEY (`id_user`) ) TYPE=MyISAM AUTO_INCREMENT=22 ; # # Extraindo dados da tabela `users` # INSERT INTO `users` VALUES (1, 'Olavo Alexandrino'); INSERT INTO `users` VALUES (4, 'Leonardo Braynner'); INSERT INTO `users` VALUES (12, 'Sandro Santos'); INSERT INTO `users` VALUES (6, 'Naara Melo'); INSERT INTO `users` VALUES (11, 'Cayna'); INSERT INTO `users` VALUES (9, 'Flávio Alexandrino'); INSERT INTO `users` VALUES (13, 'José João'); INSERT INTO `users` VALUES (14, 'Maria José'); INSERT INTO `users` VALUES (15, 'Luiz Inácio Lula da Silva'); INSERT INTO `users` VALUES (16, 'Luiz Gonzaga'); INSERT INTO `users` VALUES (17, 'Ronaldinho \'o Fenômeno\''); INSERT INTO `users` VALUES (18, 'Ronaldinho Gaúcho'); INSERT INTO `users` VALUES (19, 'Romário'); INSERT INTO `users` VALUES (20, 'Edson Arantes do Nascimento'); INSERT INTO `users` VALUES (21, 'Ayrton Senna da Silva');