Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 62
Line 30... Line 30...
30
 * @category   HTML
30
 * @category   HTML
31
 * @package    Pager
31
 * @package    Pager
32
 * @author     Lorenzo Alberton <l dot alberton at quipo dot it>
32
 * @author     Lorenzo Alberton <l dot alberton at quipo dot it>
33
 * @copyright  2003-2006 Lorenzo Alberton
33
 * @copyright  2003-2006 Lorenzo Alberton
34
 * @license    http://www.debian.org/misc/bsd.license  BSD License (3 Clause)
34
 * @license    http://www.debian.org/misc/bsd.license  BSD License (3 Clause)
35
 * @version    CVS: $Id: Sliding.php 10 2010-03-05 14:15:42Z jpm $
35
 * @version    CVS: $Id: Sliding.php 62 2010-05-06 13:21:56Z jpm $
36
 * @link       http://pear.php.net/package/Pager
36
 * @link       http://pear.php.net/package/Pager
37
 */
37
 */
Line 38... Line 38...
38
 
38
 
39
/**
39
/**
40
 * require PEAR::Pager_Common base class
40
 * require PEAR::Pager_Common base class
41
 */
41
 */
Line 42... Line 42...
42
require_once 'Pager/Common.php';
42
require_once dirname(__FILE__).'/Common.php';
43
 
43
 
44
/**
44
/**
45
 * Pager_Sliding - Generic data paging class  ("sliding window" style)
45
 * Pager_Sliding - Generic data paging class  ("sliding window" style)