Ejemplo n.º 1
0
 public function table($caption = '')
 {
     return \util\Html::genTable($caption, $this->fields(), $this->records());
 }