ianaldrighetti / queryer

A simple, easy to use PHP database abstraction layer.
Other
0 stars 0 forks source link

Add option to pass a string through htmlspecialchars #6

Closed ianaldrighetti closed 10 years ago

ianaldrighetti commented 10 years ago

When I first made what is now Queryer, any string was automatically passed through htmlspecialchars, and it still does so with the current codebase.

However, this should not be done automatically and should be offered as an option instead.