예제 #1
0
파일: EYiiron.php 프로젝트: br0sk/yiiron
 public function workerGetCodes($page = 0, $per_page = 30)
 {
     try {
         return $this->_worker->getCodes($page, $per_page);
     } catch (Exception $e) {
         Yii::log('Error in IronWorker: ' . $e->getMessage(), 'error', 'ext.yiiron');
         throw new CException($e->getMessage());
     }
 }