PHP Classes

File: SQL File

Recommend this page to a friend!
  Classes of Anderson Makiyama   PDO Paginator   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Users Table
Class: PDO Paginator
Show links to browse query results got with PDO
Author: By
Last change:
Date: 14 years ago
Size: 964 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net -- -- Servidor: localhost -- Tempo de Geração: Fev 01, 2011 as 05:33 PM -- Versão do Servidor: 5.1.36 -- Versão do PHP: 5.3.0 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Banco de Dados: `users` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `users` -- CREATE TABLE IF NOT EXISTS `users` ( `id_user` int(11) NOT NULL AUTO_INCREMENT, `nm_user` varchar(200) NOT NULL, PRIMARY KEY (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Extraindo dados da tabela `users` -- INSERT INTO `users` (`id_user`, `nm_user`) VALUES (1, 'Eduard'), (2, 'Dave'), (3, 'Gabriel'), (4, 'Christofer');