Example #1
0
 /**
  * Creates a list of columns to ignore
  *
  * @param array $ignores The ignored columns
  * @return $this 
  * @static 
  */
 public static function ignore($ignores)
 {
     return \Bootstrapper\Table::ignore($ignores);
 }