Please help! I am a newbie to Zend and want to modifiy the default routing for a cms project I am working on.
How do I create a "catch all" route in zend should a controller not exist?
I am trying to create links like:
mydomain.com/slug
mydomain.com/slug1
Where slug and slug1 can be passed as params to a specified default controller (pagesController) so I can fetch the appropriate content from the DB.
I apprecaite any help!! :)