Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
What's the best way to get a CSV?
  • I've got some data in an array, I want the user to download it as a CSV. What's the best way to do this? I was trying to use the Format class, but it doesn't seem like I'm getting anywhere with the array being in PHP.
  • Format::forge($data)->to_csv(); should work, providing the array is in the proper format.

Howdy, Stranger!

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

In this Discussion