I just had a similar problem and post here:
http://groups.google.com/group/cake-php/browse_thread/thread/f9d8203a3acb0e8f#.

I solved the issue a few hours ago using this approach:
http://www.dnamique.com/cakephp-export-data-to-excel-the-easy-way/. No
helper needed. It was done in 15 minutes. I could not believe it. I
was even able to access the action in CakePHP from a button on an
ExtJS grid.

I would highly recommend taking a look at this approach. It is the
simplest approach I have found, and a very clear explanation.

Hopefully it helps...

On Nov 24, 10:03 pm, E T <codeb...@gmail.com> wrote:
> Hi all,
>
> I am trying to put a download link on one of my view, so when user click on
> that link it will automatically generate a csv file and pop up for user to
> download.
>
> I followed the instruction 
> herehttp://blog.allmythingstodo.com/tag/cakephp/usingthe helper from Adam
> Royle (http://bakery.cakephp.org/articles/view/csv-helper-php5)
>
> However, when I click on my link.. this is shown:
>
> Notice (8): Undefined variable: csv
> [APP\controllers\dispatches_controller.php, line 158]
>
> Fatal error: Call to a member function addRow() on a non-object in
> C:\xampp\htdocs\cake\app\controllers\dispatches_controller.php on line 158
>
> Please help. Thank you.
> **

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to