예제 #1
0
 /**
  * Show the table and all aggregated rows
  */
 public function show()
 {
     $children = parent::get_children();
     foreach ($children as $child) {
         $child->show();
     }
     $this->showed = TRUE;
     parent::show();
 }