zend-framework1.8

Zend Framework 1.8+: How to automatically set the application enviroment?

I have been developing an application locally with an application environment setting of development. I think this is being set in the .htaccess file. Then, I have been deploying new versions to the production server. I don't want to have to manually change the application environment, by hand, every time I deploy a new version. How s...

using action helpers in Zend Framework 1.8

Hi am starting off with Zend Framework and have a question about action helpers. My first application is a simple authentication system (following a tutorial from a book). The registration and authentication seems to work fine but the redirect doesn't. I have a customer controller that has this among others: class CustomerControlle...