select * from contacts where name = 'Foo Bar';
is simply goes to
$focus = new Contact();
$focus->retrieve('my record id'); for any field $focus->retrieve_by_string_fields(array('name' => 'Foo Bar' ));
$focus->retrieve('my record id');
for any field
No comments:
Post a Comment