]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/DB/Pager.php
La clase dummy / interfaz Tpl.php tenia implementado un metodo (getGroup) ... se
[mecon/meconlib.git] / lib / MLIB / DB / Pager.php
index b492bc3735d60e6ad593c3711913384da960ad55..35fe8864051308d61bae370fb0ef82e61d8388e2 100644 (file)
@@ -60,7 +60,7 @@ require_once 'DB.php';
 * @see http://vulcanonet.com/soft/pager/
 */
 
 * @see http://vulcanonet.com/soft/pager/
 */
 
-class MECON_DB_Pager extends DB_Result
+class MLIB_DB_Pager extends DB_Result
 {
 
     var $currentpage = 0;
 {
 
     var $currentpage = 0;
@@ -102,7 +102,7 @@ class MECON_DB_Pager extends DB_Result
     *    and supply later to the constructor
     * @deprecated
     */
     *    and supply later to the constructor
     * @deprecated
     */
-    function MECON_DB_Pager (&$res, $from = 0, $limit = 10, $maxpages = 21, $numrows = null)
+    function MLIB_DB_Pager (&$res, $from = 0, $limit = 10, $maxpages = 21, $numrows = null)
     {
         $this->dbh = $res->dbh;
         $this->result = $res->result;
     {
         $this->dbh = $res->dbh;
         $this->result = $res->result;