As the title says, I want to get all errors before the redirect. So this is
my case:

I have a select for changing databases(identical structure but different
data); So let's say I am here: localhost/user/edit/id/100 (database 1) on db
change, I am redirecting the user to the same page, but we load data from
database 2. If it is not found, I get an error:

"Fatal error: Call to a member function on a non-object ..."

How do I catch the errors before the redirect occurs in order to change the
url? Thanks!




--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF1-Get-errors-before-redirect-tp4661481.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to