I know how to export csv file to php. Now I want to complete this task in zendframe work.
1 I want to know if there is built-in functionality that zend provides for these purposes, or do we need to write the same code that we use in simple php?
2 If I need to use the same code, then where should I put it in a model or controller?
3 I have a view where the user can select the start date, last date and user and then press enter. Based on this choice I want to exprot csv file.
Someone tell me how to complete this task.
source
share