You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fat-Free Framework
Not sure if or how you can pass arrays using the "with" parameter on include (maybe somebody else can confirm or explain how) but the hive gets passed to any subtemplates so you should be able to use this:
$f3->set('some_array',['val1','val2']);
And then access the array in your sub-template with:
{{@some_array.0}} {{@some_array.1}}
xfra35
unread,
Oct 27, 2016, 3:14:34 PM10/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fat-Free Framework
@AM it doesn't work with arrays, but you can open a Github issue and see if it can be done.