home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / PEAR / Pager / Pager.php < prev    next >
Encoding:
PHP Script  |  2008-07-02  |  603 b   |  19 lines

  1. <?php
  2. /**
  3.  * Dummy file, used to maintain backward compatibility.
  4.  * The real file was moved to the PEAR root directory
  5.  *
  6.  * PHP versions 4 and 5
  7.  *
  8.  * @category  HTML
  9.  * @package   Pager
  10.  * @author    Lorenzo Alberton <l.alberton@quipo.it>
  11.  * @author    Richard Heyes <richard@phpguru.org>
  12.  * @copyright 2003-2007 Lorenzo Alberton, Richard Heyes
  13.  * @license   http://www.debian.org/misc/bsd.license  BSD License (3 Clause)
  14.  * @version   CVS: $Id: Pager_savebc.php,v 1.3 2007/10/28 22:37:01 quipo Exp $
  15.  * @link      http://pear.php.net/package/Pager
  16.  */
  17.  
  18. require_once 'Pager.php';
  19. ?>