$search = $rets->SearchQuery($resource, $class, "(L_Status=|
1_0,1_1,1_2)", array("Format" => "COMPACT", "Select" => "L_Status,
L_ListingID"));
The important piece being the [optional] array in ->SearchQuery(string
resource, string class, string query, [array options])
You can pass in a key of "Select" and a comma delimited list of column
names to limit the columns returned to those you specify.
--
You received this message because you are subscribed to the Google Groups "PHRETS" group.
To post to this group, send email to phr...@googlegroups.com.
To unsubscribe from this group, send email to phrets+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/phrets?hl=en.