Sandeep,
I am working now with Matrix after successfully working with several regional FlexMLS and other RETS systems using PHRETS, and my first attempts at retrieving the property data are not returning any rows.
I am successfully connecting, and even creating the local db table with the fieldnames using the GetMetadataTable() method and some mysql code i wrote, so things are ok there.
My query is a simple one...
$rets_config['MATRIX']['data']['residential'] = array(
"resource" => "Property",
"class" => "Listing",
"query" => "(STATUS='ACT')"
);
I've tried ACT with no quotes and the |ACT...no difference.
thanks in advance for any insights you may have..
- mark