[fw-general] Re: ZF2 Routing question

2013-07-19 Thread duke
@evolic: Really YES! You can keep those routings in any config file that will be merged. Also you can take a look at CMS that had admin with 'admin' router and article managment and many others: http://www.ejoom.com/libra-cms/en/ -- View this message in context: http://zend-framework-community

Re: [fw-general] ZF2 Routing question

2013-07-19 Thread Ben Scholzen 'DASPRiD'
Apart from what Matthew already said, to answer the general question: Yes. You can have the following in your admin module config: return array( 'router' => array( 'routes' => array( 'admin' => array( 'type' => 'literal', 'options' => array('