|
|
@@ -14,7 +14,7 @@
|
|
|
*
|
|
|
* @category Zend
|
|
|
* @package Zend_Paginator
|
|
|
- * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
+ * @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
|
|
* @version $Id$
|
|
|
*/
|
|
|
@@ -32,7 +32,7 @@ require_once 'Zend/Json.php';
|
|
|
/**
|
|
|
* @category Zend
|
|
|
* @package Zend_Paginator
|
|
|
- * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
+ * @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
|
|
*/
|
|
|
class Zend_Paginator implements Countable, IteratorAggregate
|