* @see http://vulcanonet.com/soft/pager/
*/
-class MECON_DB_Pager extends DB_Result
+class MLIB_DB_Pager extends DB_Result
{
var $currentpage = 0;
* 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;