Esempio n. 1
0
 function init($from = 0)
 {
     Summarable::init($from);
     $this->_sql->_from = $from;
     $this->_list = array();
     $this->_totalRecords = 0;
     $this->_pages = array();
     $this->_groupKeys = array();
     $this->_lastPageNumber = 0;
     $this->_pageSummary = array();
     $this->_printRecordCount = 0;
     $this->_listedRows = 0;
     $this->_oldLevels = array();
     $this->cipherer = new RunnerCipherer($this->tName);
 }