tayfunerbilen / basicdb

PDO ile geliştirilmiş kullanımı kolay veritabanı sınıfıdır.
http://www.erbilen.net/
Creative Commons Zero v1.0 Universal
155 stars 78 forks source link

SQLSTATE [42000] #32

Open WasHastDuGedacht opened 4 years ago

WasHastDuGedacht commented 4 years ago

Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_email = "asdwqd" && user_password = "78bab1e8d67082c17c93bd55874c9180' at line 1

Verdiği hata çıktısı bu kodlarım ise

    $row = $db->select('user')
        ->where('user_email', $username)
        ->where('user_password', $password)
        ->where('user_rank', 1)
        ->all(true);
furkanmeclis commented 3 years ago

çözebildinizmi sorunu

kaanakyuz commented 2 years ago

->all() yeteterli neden true ?