過去幾天,我一直在學習Zend Framework。截至目前,我處於初級水平。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
*/
我已經搜查了網站上提供的整個Zend的教程,以瞭解如何開始使用它!它真的讓我神經緊張。任何幫助都會感激不盡。
錯誤處理可以用Zend_Controller_Plugin_ErrorHandler完成嗎?
非常感謝它確實是有幫助的。 – 2012-02-12 05:23:24