Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Simple query builder question
  • When using the query builder, for e.g. DB::select()->from('table')->where('id', '=', $inputId)->execute() Is $inputId automatically sanitised? Same goes for input, update etc Thanks
  • The query builder escapes all values passed.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion