Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Using Select...INTO Outfile
  • How can one use select ...INTO OUTFILE in Fuelphp ?, i reall need to use this to get data.
    Thanks
  • Just use DB::query(), you can fire any query you like.

    Note that since you have to write the SQL yourself, you are not protected against SQL injections, so make sure you quote everything.

Howdy, Stranger!

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

In this Discussion