Super Thin
Results
2
issues of
Super Thin
I cannot use with LEFT JOIN. The SQL: $db->getPdo()->query("SELECT users.user_id, users.pw, employee.phone, employee.email FROM users LEFT JOIN employee ON users.user_id = employee.em_id WHERE employee.phone = :phone OR employee.email = :email",...
Line 179 - 183: ``` ` //merge data and where together $collection = array_merge($data, $where); //collect the values from collection $values = array_values($collection);` ``` Merge array $data and $where if...