Overhauled export, and other minor updates
This commit is contained in:
@@ -115,6 +115,10 @@ abstract class ORM extends Kohana_ORM {
|
||||
return $value;
|
||||
}
|
||||
|
||||
public function display_filters(array $filters) {
|
||||
$this->_display_filters = Arr::merge($this->_display_filters,$filters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Function help to find records that are active
|
||||
*/
|
||||
|
Reference in New Issue
Block a user