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 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
-~----------~----~----~----~------~----~------~--~---