Exemplo n.º 1
0
 /**	
  * TODO
  * admin sentEmailOver
  * @param guid
  */
 function sentEmailOverAction()
 {
     $guid = $this->_getParam('guid') ? $this->_getParam('guid') : '';
     $formater = new Pandamp_Core_Hol_User();
     $tblUser = new Pandamp_Modules_Identity_User_Model_User();
     $rowset = $tblUser->find($guid)->current();
     if ($rowset->packageId == 26 || $rowset->packageId == 27) {
         // write confirm akun habis
         $formater->_writeConfirmAkunHabis($rowset->guid);
     }
 }