Tagged Questions

2
votes
2answers
454 views

How to Make Zend_Controller_Router resets un-wanted parameter by default

I'm using Zend-Framework 1.9.5 to make a web-application, But it's Url_Helper was quite tricky to me in the matter of parameter reset!, I know it's a good feature (parameter preserving) but in most ...
0
votes
1answer
622 views

Zend URL helper and custom routes?

I can't figure this out. How do you use the url helper with custom routes? I have a method in my users controller called edit and I have a custom route for it so it can be called through ...