I'd my project in Symfony 1.4 (Please keep version in mind)
As a new requirement, in admin panel, admin need to upload bulk images. For that, admin will provide a zip file with images and a csv file with required info about images.
I earlier handled reading CSV task in core PHP using fgetcsv. However I'm interested to know if there is any plugin/build-in support in symfony 1.4 as better way (in terms of performance/speed) of reading CSV task or looping through fgetcsv in model/controller is only option.