Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->filterDeleted(false);
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->orderBy('dep.path');
     $this->filterDeleted(false);
 }