示例#1
0
 public function aboutAction()
 {
     $allparam = $this->_getAllParams();
     if ($this->getRequest()->isPost()) {
         $index = new Application_Model_DbTable_Index();
         $result = $index->addEmail($allparam);
         $this->view->result = $result['status'];
         $this->_helper->redirector('index', 'index');
     }
 }