Heres an example blog.type = "Zend_Controller_Router_Route_Hostname" blog.route = "blog.example.com" blog.defaults.module = "blog"
blog.chains.blog-list.type = "Zend_Controller_Router_Route_Regex" blog.chains.blog-list.route = "page/(\d+)" blog.chains.blog-list.defaults.controller = "blog" blog.chains.blog-list.defaults.action = "list" blog.chains.blog-list.map.1 = "page" blog.chains.blog-list.reverse = "page/%d" José de Menezes Soares Neto wrote: > > Hello, > > I would like to know how to use CHAINS into config.ini notation... > > Regards, > > José > > -- View this message in context: http://www.nabble.com/Zend_Controller_Router_Route_Hostname-question-NUMBER-TWO...-tp21982684p22004570.html Sent from the Zend Framework mailing list archive at Nabble.com.
