Beispiel #1
0
 public function get_data()
 {
     return Db::fetch('');
 }
 public function dbTest()
 {
     print_r(Db::fetch('users'));
 }