I was going through the Zend document but I didn't get clear idea how routing is done in Zend framework 1.12.
What I understand from the document is when we hit the URL in the browser then request is going the index.php in public folder.
But I am not getting how Zend framework decomposes the URL and calls the particular controller and action.
Eg.
consider the URL: http://zendtutorial.local/blog/new
How Zend evaluates newAction from BlogController