Update version.php to 3.3.0
[isso.git] / Pagination.php
index f0956e8481a654d2f16f7064960ebed58f1d6e16..e66af2370cd0b8caa1f841a0abf6262970185b85 100644 (file)
@@ -2,7 +2,7 @@
 /*=====================================================================*\
 || ###################################################################
 || # Blue Static ISSO Framework
-|| # Copyright (c)2005-2008 Blue Static
+|| # Copyright (c)2005-2009 Blue Static
 || #
 || # 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
@@ -34,7 +34,7 @@
  * then create a page navigator and manage the SQL LIMIT statements.
  *
  * @author             Blue Static
- * @copyright  Copyright (c)2005 - 2008, Blue Static
+ * @copyright  Copyright (c)2005 - 2009, Blue Static
  * @package            ISSO
  * 
  */
@@ -44,13 +44,13 @@ abstract class BSPagination
         * Current page number
         * @var integer
         */
-       protected $page;
+       public $page;
        
        /**
         * Per-page value
         * @var integer
         */
-       protected $perpage;
+       public $perpage;
        
        /**
         * Number of page links