Ejemplo n.º 1
0
 function updateTotals()
 {
     parent::updateTotals();
     foreach ($this->current_row as $key => $val) {
         if (!empty($this->totals_title_field) and $key == $this->totals_title_field) {
             $this->totals[$key] = $this->totals_title;
         }
     }
 }
Ejemplo n.º 2
0
 /**
  * Add current rendered row values to totals
  *
  * Called before each formatRow() call.
  *
  * @return void
  */
 function updateTotals()
 {
     parent::updateTotals();
 }