Example #1
0
 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;
 }
Example #2
0
 /**
  * 获取prop_library_log表最新的一条信息
  * @return mixed|null
  */
 public function getNewPropsNewestHouseInfo()
 {
     return Model_Log_PropLibraryLog::getNewPropsNewestHouseInfo();
 }