Exemplo n.º 1
0
 public function _columns()
 {
     $tmp = parent::_columns();
     $tmp['cat_id']['type'] = 'table:cat@gift';
     return $tmp;
 }