コード例 #1
0
 public static function get_all_occupations()
 {
     return MVC_DB::query_it('SELECT * from occupations;');
 }
コード例 #2
0
 public static function get_all_countries()
 {
     return MVC_DB::query_it('SELECT * from countrycodes;');
 }
コード例 #3
0
 public function __destruct()
 {
     parent::__destruct();
 }