Zend_Controller_Router_Rewrite
Hi,
I'm work with Zend Framework only little time. And i have a problem with Zend_Controller_Router_Rewrite.
I have some static text in DB and i display it through the controller "statictext" and the action "show" . From DB i select the text by the key.
Example URL: domain.com/about by the key "about" or domain.com/privacy by the key "privacy".
And i need to set the router that it will use controller statictext and action show and in variable "key" will be "about" or "privacy" ... Thank you very much, i know that for you it is very simple, but i'm beginner and i spend many hours solution this problem.
|