简体   繁体   中英

Fetch recently updated MLS Data from Rets server by using laravel

$rets->Search('Property', 'RD_1', "(L_Status=1_0,2_0),(LM_Char10_11=|HOUSE),(LastModifiedDate|2021-08-19 23:24:36)", ['Limit'=> 5]); How can i get latest data by query https://retsmd.com/

I used laravel pakage "troydavisson/phrets": "2.*"

试试这个: $rets->Search('Property', 'RD_1', "(L_Status=|1_0,2_0),(LM_Char10_11=|HOUSE),(LastModifiedDate=2021-08-19 23:24:36+)" , ['限制'=> 5]);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM