Ejemplo n.º 1
0
 /**
  * 
  * 
  */
 public function hollydayAction()
 {
     $folderObj = new Application_Model_Folder($this->user);
     $this->view->flist = $folderObj->getFoldersByName($this->user->getId());
     $this->view->msglist = $folderObj->selecthollyCampaign($this->user->getId());
 }