我有一個ZendFramework控制器,其觀點形成類似這樣的框架: http://foo.com/#/controler/someaction/state/city/address/ 的操作是這樣的: public function someactionAction()
{
$this->view->someaction = App_Model_WebService_Menu::ge
我有一個Zend_Form被我的控制器的indexAction調用。它是某種用戶類型的登錄表單。如何創建超鏈接到我的IndexController中其他控制器中的其他登錄表單。例如,IndexController應該顯示員工登錄(不是僱員,僱主登錄),在這裏超鏈接到僱主索引控制器。以下是我的主頁或索引控制器的內容: class IndexController extends Zend_Contro