If I change it to:
'route'    => '/application/test/add[/:ppp[/:vvv]]',
                    'constrains' => array(
                        'ppp'    => '[a-zA-Z]*',
                        'vvv'     => '[0-9]+'
                    ),

This still does not change anything - the regular expression "ppp" does not
exclude numbers.



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Re-ZF2-Weird-routing-problem-tp4657136p4657183.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to