Hi all,
It just a quick question about Eloquent and how it handles input data.
The query builder as quoted on the doc's uses bindings.
Note: The Laravel query builder uses PDO parameter binding throughout to protect your application against SQL injection attacks. There is no need to clean strings being passed as bindings.
Does Eloquent use bindings??
Thanks
Gav.
Eloquent is build on-top of the query builder, so yes :)
iWader said:
Eloquent is build on-top of the query builder, so yes :)
Thought it was, but thanks any for your answer!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community