Projekt

Obecné

Profil

Stáhnout (261 Bajtů) Statistiky
| Větev: | Revize:
1
<?php
2

    
3
require_once "db-pdo.php";
4

    
5
class DB_WEB extends DB_PDO {
6
  
7
    protected $user = "root";
8
    protected $pass = "";
9
    protected $dbhost = "localhost";
10
    protected $dbname = "prujezd_vozidel";
11
  
12
    public function __construct() {
13
    }
14
     
15
}
16

    
17
?>
(3-3/3)