Questions tagged [zend-router]

zend-router is a tag suitable for any questions regarding routing in Zend Framework's MVC implementation, url handling, or any other matter affecting or affected by routing in Zend Framework.

zend-router is a tag suitable for any questions regarding routing in Zend Framework's MVC implementation, url handling, or any other matter affecting or affected by routing in Zend Framework.

78 questions
0
votes
1 answer

Zend Framework 2 - Zend\Mvc\Router\Http\Part - Module Configuration

I am creating a multi lingual application using ZF2.. and cannot determine how to add a part URL which will form the base of each URL regardless of modules. http://localhost/en/us/application/index/index/ I totally understand how to configure…
0
votes
1 answer

ZF Zend_Controller_Router_Route_Module With and withouht a module default route

I have a project witch I started without using a module structure in ZF 1 now I need to place a module structure for managing users (makes more sense to me). My problem the "default" route should try to go with :controller/:action/:id and the…
0
votes
1 answer

Filtering request in Zend Router

I am a novice as far as writing Zend routers are concerned. I want to route all requests of the form /:username to controller=>user and action=>profile. The catch is that I want to able to filter which :username will be routed. i.e. I want to filter…
Vishesh Joshi
  • 1,601
  • 2
  • 16
  • 32
1 2 3 4 5
6