Hello I'd just like a confirmation on that if when I use Model::findFirstByEmail($email) for example, that the statement is somehow (binding) protected against SQL injection from $email or should I use something else.
Hello I'd just like a confirmation on that if when I use Model::findFirstByEmail($email) for example, that the statement is somehow (binding) protected against SQL injection from $email or should I use something else.