function __construct()
{
try
{
$this->vt = new PDO('mysql:host='.$this->sunucu.';dbname='.$this->veritabani, $this->kullanici, $this->sifre);
}
catch(PDOExeption $e)
{
echo "Hata ".$e->getMessage();
}
}
bu şekil tanımladım hala __construct hatası var