Exemplo n.º 1
0
 public static function get_all_countries()
 {
     return MVC_DB::query_it('SELECT * from countrycodes;');
 }
Exemplo n.º 2
0
 public static function get_all_occupations()
 {
     return MVC_DB::query_it('SELECT * from occupations;');
 }