Hide Stack Trace in Exception Response in PHP/Zend?

The stack trace is part of your ErrorController. Php and views/scripts/error view scripts. Most people forget that they have created it once and can do with it whatever they please Also note that you usually use environments in ZF.

With APPLICATION_ENV you can use them to show or hide events depending on your environment.

The stack trace is part of your ErrorController. Php and /views/scripts/error view scripts. Most people forget that they have created it once and can do with it whatever they please.

Also note that you usually use environments in ZF. With APPLICATION_ENV you can use them to show or hide events depending on your environment.

You can write your own exception handler function which will do whatever you wish: php.net/manual/en/function.set-exception....

You can rewrite error. Phtml which, by default, is at application\views\scripts\error\error. Phtml to show whatever messages you want.

Look at application/controllors/ErrorController. Php to see how uncaught exceptions are handled.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions