Simple route with Zend framework 1.12
问题 I'm looking for something that is simple but I don't know how to do it after many search. I look at the documentation of Zend 1.12 Route but I don't really understand. I have these page in the Zend Framework : application/views/scripts/index/ index.phtml contact.phtml In the application/views/layouts/scripts/layout.phtml I want to href to contac.phtml for example. I'm looking for something to do like : $this->url('contact') Then, it redirect to the page contact... But I tried to add an route