PHP Classes

File: pagination.sql

Recommend this page to a friend!
  Classes of mohsen movahed   Easy Pagination Class   pagination.sql   Download  
File: pagination.sql
Role: Auxiliary data
Content type: text/plain
Description: sql file
Class: Easy Pagination Class
Generate links to browse paginated listings
Author: By
Last change:
Date: 9 years ago
Size: 2,810 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 3.5.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 19, 2014 at 03:45 PM -- Server version: 5.5.24-log -- PHP Version: 5.4.3 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!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 */; -- -- Database: `pagination` -- -- -------------------------------------------------------- -- -- Table structure for table `posts` -- CREATE TABLE IF NOT EXISTS `posts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8_bin NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=101 ; -- -- Dumping data for table `posts` -- INSERT INTO `posts` (`id`, `title`) VALUES (1, 'Post 1'), (2, 'Post 2'), (3, 'Post 3'), (4, 'Post 4'), (5, 'Post 5'), (6, 'Post 6'), (7, 'Post 7'), (8, 'Post 8'), (9, 'Post 9'), (10, 'Post 10'), (11, 'Post 11'), (12, 'Post 12'), (13, 'Post 13'), (14, 'Post 14'), (15, 'Post 15'), (16, 'Post 16'), (17, 'Post 17'), (18, 'Post 18'), (19, 'Post 19'), (20, 'Post 20'), (21, 'Post 21'), (22, 'Post 22'), (23, 'Post 23'), (24, 'Post 24'), (25, 'Post 25'), (26, 'Post 26'), (27, 'Post 27'), (28, 'Post 28'), (29, 'Post 29'), (30, 'Post 30'), (31, 'Post 31'), (32, 'Post 32'), (33, 'Post 33'), (34, 'Post 34'), (35, 'Post 35'), (36, 'Post 36'), (37, 'Post 37'), (38, 'Post 38'), (39, 'Post 39'), (40, 'Post 40'), (41, 'Post 41'), (42, 'Post 42'), (43, 'Post 43'), (44, 'Post 44'), (45, 'Post 45'), (46, 'Post 46'), (47, 'Post 47'), (48, 'Post 48'), (49, 'Post 49'), (50, 'Post 50'), (51, 'Post 51'), (52, 'Post 52'), (53, 'Post 53'), (54, 'Post 54'), (55, 'Post 55'), (56, 'Post 56'), (57, 'Post 57'), (58, 'Post 58'), (59, 'Post 59'), (60, 'Post 60'), (61, 'Post 61'), (62, 'Post 62'), (63, 'Post 63'), (64, 'Post 64'), (65, 'Post 65'), (66, 'Post 66'), (67, 'Post 67'), (68, 'Post 68'), (69, 'Post 69'), (70, 'Post 70'), (71, 'Post 71'), (72, 'Post 72'), (73, 'Post 73'), (74, 'Post 74'), (75, 'Post 75'), (76, 'Post 76'), (77, 'Post 77'), (78, 'Post 78'), (79, 'Post 79'), (80, 'Post 80'), (81, 'Post 81'), (82, 'Post 82'), (83, 'Post 83'), (84, 'Post 84'), (85, 'Post 85'), (86, 'Post 86'), (87, 'Post 87'), (88, 'Post 88'), (89, 'Post 89'), (90, 'Post 90'), (91, 'Post 91'), (92, 'Post 92'), (93, 'Post 93'), (94, 'Post 94'), (95, 'Post 95'), (96, 'Post 96'), (97, 'Post 97'), (98, 'Post 98'), (99, 'Post 99'), (100, 'Post 100'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;