Beispiel #1
0
 public function sortByStatus($dir = "asc")
 {
     $this->sortUserStatus = 1;
     parent::sortBy('uStatus', $dir);
 }