*/ class Bvb_Grid_Filters { public $_filters; function addFilter($field,$options=array()) { $this->_filters[$field] = $options; return $this; } }