I want to change the default route on my application to use an optional parameter via Bootstrap.php, not in the application.ini. I am having trouble setting up all \"escape\" routes, I even don\'t kno
I have no idea how realize it. I have this router $route = new Zend_Controller_Router_Route_Regex( \'category/([-\\w]+)(?:/(\\d+))?\',
I have created controller :module/default/index/login I have added routing in main bootstrap $router = Zend_Controller_Front::getInstance()->getRouter();
I\'m pretty new to Zend (read the documents concerning routers and controllers). My StaticController and IndexController :
I want to try out the route translations in Zend Framework, but I\'m using the gettext adapter and the most tutorials have PHP translate adapter, so I\'m having problems to make it work.
I\'m building a Cms for an organization and url scheme is like this: departmentName.site.edu/subDepartment/subDepartment/evenMoreSubDepartments/module/controller/action/*
The problem is when generating Zend_Navigation menu in the view all links have \"/projects/add/\" href.
I created a router and added to the controller like this public function _initRouting() { // Get Front Controller Instance
I am refactoring my code for splitting in to Modules. I had before http://my.site/bug/list After moving the bugController to /application/modules/Bug
Currently I have a REST route working for an Event controller (/event). I would like to handle Event SignU开发者_如何转开发ps in an EventSignUp controller, and map this controller to a /event/signups