i try to understand how an exception must be thrown so that it gets
forwarted to the ErrorController.
When i do in my bootstrab:

throw new Zend_Exception('Some error message');

just this message is displayed. Do i need to set the exception on the
response object so the ErrorHandler plugin handles it ?

I realy like the idea of havin all the error related stuff in one place,
i realy loave this framework!!

By the way: Are there class diagrams available for the core components
(response&request object, controller_action, Zend_View, ..) ?

I think it would be a great benefit for newcomers to be able to see the
core components all in one window
to realise the hole MVC thing (an for people that allready understand
the hole thing it's a nice reference).

hopefully i'm not the only one with this wish.


best regards,
Truppe Steven

Reply via email to