예제 #1
0
 public static function vybraniDat($sql)
 {
     $db = new Databaze();
     return $db->rozkouskovaniZaznamu($sql);
 }