Hello,
I'm very new to MVC and now I'm reading about CakePHP, ZendFramework etc.
I can't understand how can I set one 404 page for missing Admin controller methods and other 404 page for all other controller's methods.
Question is not about ZendFramework, CakePHP etc. - it's about MVC. I'm writing my own MVC and I can't realize how to implement this feature?
Thank you