I have been learning the Zend Framework for the past couple of days. I am at the beginner level as of now.
I have been given a problem statement:
/* Create a new lead
*
* planId will be sent $_GET['planId'], the form should send the action to
* the same page
* a user should be logged in and he should be administrator of the plan
*
* @uses Plans_Model_Dao_Moderator::isAdmin
* @throws unauthorized exception, catch the exception in error controller
*/
I have searched the whole Zend tutorial available on the website to understand how to start with it! It really is getting on my nerves..any help regarding this would be grateful.
Can the error handling be done with Zend_Controller_Plugin_ErrorHandler?