zend framework - ZF1 Routing: Can route parameter defaults reference the URI variables? -


if 1 of routes inside application.ini config file this: resources.router.routes.internal.chains.params.type = "zend_controller_router_route" resources.router.routes.internal.chains.params.route = "/:controller/:action/:id*" resources.router.routes.internal.chains.params.defaults.controller = "index" resources.router.routes.internal.chains.params.defaults.action = "index"

is there way can this: resources.router.routes.internal.chains.params.defaults.controlleraction = :controller-:action

you have in plugin.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -