Exemplo n.º 1
0
 public function getReqLog($request_id)
 {
     $logPath = Application_Model_General::getRequestFilePath($request_id);
     if (file_exists($logPath)) {
         return file_get_contents($logPath);
     }
     return '';
 }