Browse Source

users order by

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
3719699050
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/Auth/DataAccess/LuticateUsersDataAccess.php

+ 5
- 0
src/Auth/DataAccess/LuticateUsersDataAccess.php View File

12
         return new LuticateUsers();
12
         return new LuticateUsers();
13
     }
13
     }
14
 
14
 
15
+    protected static function getOrderBy()
16
+    {
17
+        return array(array("username", "ASC"));
18
+    }
19
+
15
     /**
20
     /**
16
      * @param $username string
21
      * @param $username string
17
      * @return LuticateUsersDbo|null
22
      * @return LuticateUsersDbo|null

Loading…
Cancel
Save