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 Photon Framework
I've been trying to think of a way to have different views loaded for
a module, which in turn is loaded by the page controller. I was
wondering if it would be possible to actually pass a parameter through
on $app->run()?
So for example:
$app->run('/index?display=module'); or $app->run('/index?
display=full');
Maybe it is passed using the optional parameter with run()?