Ejemplo n.º 1
0
 /**
  * Init dataset
  */
 private function initDataset()
 {
     $this->Dataset = new Dataset();
     $this->Dataset->loadCompleteDataset();
     $this->colspan = $this->Dataset->cols() + 2;
 }