Agavi specific plugin * * uses AgaviRouting to create an url * *
* * route : the route name, optional (by default the current url is returned) * * params : an array with variables to build the route, optional * * options : an array of options to pass to the routing object, optional * * rest : for convenience, you can just pass named parameters that will be used as * the params array, but you must not provide the params array in this case ** * Examples: *
* {a url("route.name" array(param="Value", param2=$otherVal))}Here is a link{/a}
*
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* @author Jordi Boggiano