zend-route
Chain several routes in zend framework
How can I get these 2 routes (languages, amdin) to work.. alone admin, or language will work but together they will fail :([详细]
2023-02-17 09:12 分类:问答Is there a way to change the route variable separator in Zend Framework?
I\'d like to change the way URLs that Zend Framework is generating from this: $routeString = \'/section/:sectionName\';[详细]
2023-02-16 21:11 分类:问答zend routing works only in lowercase letters
I\'m setting up routes in application.ini, so when I try to access /moved, it displays cont/move. It works but only if I type moved all lower letters exactly like it\'s setup on the first line. How ca[详细]
2023-02-11 06:09 分类:问答Zend_Controller_Router_Route_Regex allow '?' in pattern
Imagine situation, when the url should looks like /catalog/sectionIdent?page=1 where page param is optional.[详细]
2023-02-10 15:15 分类:问答How to allow all except part 1 and part 2?
This allows me to get easyly dynamic input variables instead of putting a static prefix like /en/etcetcetc, but the problem is all controllers are blocked. Everything goes to index/index.[详细]
2023-02-03 01:15 分类:问答Zend Framework routes.ini with multiple routes but the same module/controller/action destination?
i\'ve got a problem with the following routes.ini configuration file of my Zend Framework PHP Application. I would like to use just own created static urls. I dont\'t want use some kinds of :language/[详细]
2023-02-02 11:33 分类:问答Zend Regex Route help
I am trying to create a Zend_Controller_Router_Route_Regex route to process URLs in the following form:[详细]
2023-01-29 05:15 分类:问答Zend: route on 'root' level
I\'m currently working with Zend for my project. This project had categories. Usually, I\'d rewrite the URL\'s with Zend routes so I can reach my page as following: http://site.ext/category/[category-[详细]
2023-01-27 18:04 分类:问答Zend_Controller_Router_Route issue
I need to trim the first part of my url Example /param1/12234/module/controller/action would be开发者_JAVA技巧come /module/controller/action/param1/12234[详细]
2023-01-27 10:13 分类:问答Zend Route Catch all
Please help! I am a newbie to Zend and want to modifiy the default routing for a cms project I am working on.[详细]
2023-01-27 06:52 分类:问答