Thanks, that's what I thought would be the solution.

*On Wed, Jul 02, 2008 at 07:45:38AM -0700 dr. Hannibal Lecter <[EMAIL 
PROTECTED]> wrote:

> Date: Wed, 2 Jul 2008 07:45:38 -0700 (PDT)
> From: "dr. Hannibal Lecter" <[EMAIL PROTECTED]>
> Subject: Re: Passing array to action from view
> To: CakePHP <[email protected]>
> 
> 
> 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
> 
-- 
Jon Molesa
[EMAIL PROTECTED]
if you're bored or curious
http://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