-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
$sugar = new \Asakusuma\SugarWrapper\Rest;
$sugar->setUrl('https://sugarcrm/service/v2/rest.php');
$sugar->setUsername('philwebservices.marlon@gmail.com');
$sugar->setPassword('philweb223');
$sugar->connect();
$results = $sugar->get("Accounts",array('id','name'));
var_dump($results);
ERRORS:
Undefined offset: 1
Im using laravel 4.2 by the way
Metadata
Metadata
Assignees
Labels
No labels