Export Data into a CSV-Tesxt

Hello guys

I have a small question. I am fairly new to Yii and programming in general. And now I am trying to create a way to export data values from the model into a CSV-Text file.

Is there a way to di this with Yii/Php?

Thanks for your time and answers.

Greetings
Malgosh

Few Extension to help you with Export :
https://github.com/kartik-v/yii2-export

Useful Answer on StackOverflow

1 Like

Nice! Thanks a lot, mate. I really owe you one.

You don’t happen to have something similar for Yii 1.1??