Мне дали формулировку проблемы, и я относительно новичок в Zend Framework.
/
> **
> * 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
>
>
> > * get the form from form builder module
> > * @uses Formbuilder_Model_Dao_Form::getForm
> > * save in database
> > * @uses Leads_Model_Dao_Lead::save
> > * send notifications to _POST['to']
> > * @uses Zend_Mail
из предыдущего вопроса, опубликованного на этом форуме, я мог понять, как проверитьадминистративные права, я мог бы понять это лучше ... но тогда я все еще застрял с последней частью, то есть
@uses Formbuilder_Model_Dao_Form::getForm
> > * save in database
> > * @uses Leads_Model_Dao_Lead::save
> > * send notifications to _POST['to']
> > * @uses Zend_Mail
любая помощь с тем, как продолжить это будет действительно полезна ..