コード例 #1
0
ファイル: NewProps.php プロジェクト: emilymwang8/ajk-broker
 public function getProps()
 {
     $props = Model_Log_PropLibraryLog::data_access()->filter_by_op('id', '>', $this->cursor['id'])->sort('id', 'asc')->limit($this->per)->find_all();
     return $props;
 }