I'm trying to convert over an existing site over to using Zend_Db and
Zend_Controller.  I've got some error checking code in my
Zend_Db_Table classes to make sure all of my required values are
populated.  I'm just asking in terms of a best practice, should this
sort of error checking be moved up to the Controller so it is easier
to communicate the error messages back to the user or do you think it
should be tied to the Zend_Db_Table?

Just looking for suggestions.

Thanks.

-Justin

Reply via email to