[fw-general] Re: Hardcoded text inside Zend Framework : how to translate them?

2010-03-29 Thread electrotype
Thanks for the reply Gregory Cheung. Do you suggest I have to redefine *every* error message, for every Zend validator I may use? Also: if I update the framework one day,I will have to scan all validators to manually check if an error message has been added, right? -- View this message in co

[fw-general] Re: Hardcoded text inside Zend Framework : how to translate them?

2010-03-28 Thread electrotype
Nobody can help? -- View this message in context: http://n4.nabble.com/Hardcoded-text-inside-Zend-Framework-how-to-translate-them-tp1690763p1693455.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Re: How to log an exception throwed inside a controller?

2010-03-01 Thread electrotype
I don't know why but I was sure the exceptions had to be managed in the front controller itself... Indeed modifying the ErrorController to log the exception is the way to go. Thank for the help whisher! -- View this message in context: http://n4.nabble.com/How-to-log-an-exception-throwed-insid

[fw-general] Re: Dealing with uncatched exceptions and using set_exception_handler() in Zend Framework

2010-02-24 Thread electrotype
Thanks dmitrybelyakov. I'll probably use this try/catch in the index file... I still think Zend_Rest_Server should be changed tough. -- View this message in context: http://n4.nabble.com/Dealing-with-uncatched-exceptions-and-using-set-exception-handler-in-Zend-Framework-tp1566606p1566841.html S