How to get parameters from url in a component?
- netteman
- Member | 129
Hi,
I figured out I can use Nette\Http\Request in a component to get a parameter from URL.
Is there a better/safer way how to get the parameters? I'd like to avoid getting my parameters in a presenter, passing them to a template and then passing them to a component
Thanks :)
- David Matějka
- Moderator | 6445
You should pass them to the component from createComponent method (usign setter or using factory method)