Exemplo n.º 1
0
 public function getLogList()
 {
     $logs = Model_Mobile_CustomerBrokerCouponLog::data_access()->filter_by_op('id', '>', $this->lastLogId)->limit($this->limit)->get_all();
     return empty($logs) ? array() : $logs;
 }