Exemplo n.º 1
0
 public function getComapnyNameList($userdata)
 {
     try {
         $mapper = new Administrator_Model_CompanyDataMapper();
         $companyList = $mapper->getComapnyNameList($userdata);
         return $companyList;
     } catch (Exception $ex) {
         Rdine_Logger_FileLogger::info($ex->getMessage());
         throw new Exception($ex->getMessage());
     }
 }