Added traffic collection of Exetel Ethernet
This commit is contained in:
@@ -37,5 +37,12 @@ class Model_ADSL_Supplier extends ORMOSB {
|
||||
|
||||
return $services;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a list of active suppliers
|
||||
*/
|
||||
public function active() {
|
||||
return $this->where('status','=',1)->find_all();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user