sugarcrm-rest-client:基于 PHP 的 SugarCRM REST 客户端

时间:2021-06-29 12:30:38
【文件属性】:
文件名称:sugarcrm-rest-client:基于 PHP 的 SugarCRM REST 客户端
文件大小:47KB
文件格式:ZIP
更新时间:2021-06-29 12:30:38
PHP 糖CRM SugarCRM 的 REST 客户端,基于 PHP。 PHP 版本 >= 5.3 是必需的。 建立连接 Session :: connect ( 'http://link/to/your/sugarcrm/service/v4_1/rest.php' , 'login' , 'password' ); Where子句 要搜索记录,请使用带有array或string参数的where方法。 Contact :: where ( array ( 'last_name' => 'Tibbs' ))-> fetch (); 返回名称为Tibbs 的Contact对象。 Account :: where ( array ( 'name' => "LIKE 'Q%'" ))-> fetchAll (); 返回Account对象的集合,用于搜索LIKE子句。 也可以在查询中使
【文件预览】:
sugarcrm-rest-client-master
----composer.json(497B)
----tests()
--------Resources()
--------TestCase()
--------MockSugarServer()
--------SugarClient()
----LICENSE(1KB)
----src()
--------SugarClient()
----.gitignore(9B)
----README.md(5KB)

网友评论