Questions tagged [zend-route]

Routing in Zend Framework's MVC implementation. Zend Framework is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License.

zend-route 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.

319 questions
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
votes
3 answers

ZF2 route with prefix in not working for default

I want add crm as prefix of CRM module. This is router section in my module.config.php 'router' => array( 'routes' => array( 'calendar' => array( 'type' => 'segment', 'options' =>…
Dinuka Thilanga
  • 4,220
  • 10
  • 56
  • 93
-4
votes
1 answer

What's the url being produced here

I'm getting a Route error from this line. Can someone tell me what's the final form of the url being built here: $this->url(array('locate'=>'rom'), 'locate', true);
sameold
  • 18,400
  • 21
  • 63
  • 87
1 2 3
21
22