Example #1
0
 public static function get()
 {
     return Database::executeAndFetchAll('SELECT "id", "username"
         FROM "user"');
 }