Esempio n. 1
0
 public function hasColumn($c)
 {
     if ($c == 'component_id') {
         return false;
     }
     //TODO
     if ($c == 'visible') {
         return false;
     }
     //TODO
     return parent::hasColumn($c);
 }