How would you expect the Html helper to generate a link with an array?
Especially if you concatenate it with a string. If you need to send a
lot of data, maybe a post form would be a better idea.

On Jul 2, 4:04 pm, Jon Molesa <[EMAIL PROTECTED]> wrote:
> Controller:
>   Financials
>     actions:
>       report
>       chart
>       index
>       spreadsheet
>
> I want to pass the data in $financials available to the chart view
> through $html->link("Export as 
> spreadsheet','/financials/spreadsheet/'.$financials);
> to the spreadsheet action.
>
> function spreadsheet($financials){
>   print_r($financials);
>
> }
>
> Returns nothing.  What am I missing?
>
> --
> Jon Molesa
> [EMAIL PROTECTED]
> if you're bored or curioushttp://rjmolesa.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to