I want to build a custom router for Zend framework supports lang & country
Posted
by Mohammad Elkersh
on Stack Overflow
See other posts from Stack Overflow
or by Mohammad Elkersh
Published on 2010-03-28T09:35:05Z
Indexed on
2010/03/28
9:43 UTC
Read the original article
Hit count: 378
zend-framework
|zend-route
Here is an example of what i want to do The Url will be as follow
http://www.example.com/en/us/directory/companies/view/4433225.html
Where is
en: is the lang
us: is the country
directory: is the module
companies: is the controller
view: is the action
4433225.html: is sort of parameter send to the action could be the company name like this company-name.html
© Stack Overflow or respective owner