File: control

package info (click to toggle)
php-pager 2.4.6-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 304 kB
  • ctags: 763
  • sloc: php: 2,620; xml: 660; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 749 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: php-pager
Section: web
Priority: optional
Maintainer: Charles Fry <cfry@debian.org>
Build-Depends: dh-make-php (>= 0.1.1), debhelper (>= 5), cdbs
Depends: phpapi-20041030 | phpapi-20050606 | phpapi-20020918
Standards-Version: 3.8.0
Homepage: http://pear.php.net/package/Pager/

Package: php-pager
Architecture: all
Description: Pages an array of data, creating links to previous and next pages
 Takes an array of data as input and pages it according to various
 parameters, building links within a specified range. For example, an
 array of alphabetical letters could be paged, resulting in pages with
 three letters per page, and links to the previous and next two pages.
 Can be configured to use "Jumping" and "Sliding" window styles.
 .