MediaWiki  1.29.1
Pager
Collaboration diagram for Pager:

Files

file  ActiveUsersPager.php
 Copyright © 2008 Aaron Schulz.
 
file  AllMessagesTablePager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  AlphabeticPager.php
 Efficient paging for SQL queries.
 
file  BlockListPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  CategoryPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  ContribsPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  DeletedContribsPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  ImageListPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  IndexPager.php
 Efficient paging for SQL queries.
 
file  MergeHistoryPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  NewFilesPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  NewPagesPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  Pager.php
 Efficient paging for SQL queries.
 
file  ProtectedPagesPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  ProtectedTitlesPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  ReverseChronologicalPager.php
 Efficient paging for SQL queries.
 
file  TablePager.php
 Efficient paging for SQL queries.
 
file  UsersPager.php
 Copyright © 2004 Brion Vibber, lcrocker, Tim Starling, Domas Mituzas, Antoine Musso, Jens Frank, Zhengzhu, 2006 Rob Church robch.nosp@m.ur@g.nosp@m.mail..nosp@m.com
 

Classes

class  ActiveUsersPager
 This class is used to get a list of active users. More...
 
class  AlphabeticPager
 IndexPager with an alphabetic list and a formatted navigation bar. More...
 
class  CategoryPager
 
class  HistoryPager
 
class  IndexPager
 IndexPager is an efficient pager which uses a (roughly unique) index in the data set to implement paging, rather than a "LIMIT offset,limit" clause. More...
 
class  LogPager
 
class  MergeHistoryPager
 
class  NewPagesPager
 
interface  Pager
 Basic pager interface. More...
 
class  ProtectedTitlesPager
 
class  ReverseChronologicalPager
 IndexPager with a formatted navigation bar. More...
 
class  TablePager
 Table-based display with a user-selectable sort order. More...
 
class  UsersPager
 This class is used to get a list of user. More...
 

Detailed Description