I'm trying to define some routes to call a specific action that takes
an array as a parameter.
For example:
"Name":
url: /Reports/Name
param: { module: Reports, action: run, reportName: Reports/
ServiceName,reportFilename: test.csv, reportParams:{region:UK} }
This triggers the following message:
Warning: urldecode() expects parameter 1 to be string, array given in
C:\websites\website1\lib\symfony\routing\sfRoute.class.php on line 712
This goes away when I remove the reportParams:{region:UK} part. Is it
not possible to specify an array as an argument in the routing file?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---