How to pass parameters with $view->action?
Permalink
I'm reading the documentation :
http://documentation.concrete5.org/developers/working-with-blocks/c...
I can generate an URL with the CSRF token and send an AJAX request with jQuery.
The action_like($token = false, $bID = false) method in the controller get successfully the request.
But now, I need to add custom parameters to the url build with the $view->action().
How can I do this?
http://documentation.concrete5.org/developers/working-with-blocks/c...
I can generate an URL with the CSRF token and send an AJAX request with jQuery.
The action_like($token = false, $bID = false) method in the controller get successfully the request.
But now, I need to add custom parameters to the url build with the $view->action().
How can I do this?
The content of my href is generated with:
and in the controller the request is treated with