dpw70180 2014-12-05 06:10
浏览 33

包括推送通知(解析php sdk)

i want to use push notification in my site.I am using parse PHP sdk, I have included the php sdk file in my root directory.This is the line of code which I wrote

    require "parse-php-sdk-master/autoload.php";        
    require "parse-php-sdk-master/src/Parse/ParseClient.php";
    ParseClient::initialize('xxx', 'yyy', 'zzz');
    $data = array("alert" => "Hi!");

    ParsePush::send(array(
      "channels" => ["PHPFans"],
      "data" => $data
    ));

But Iam receiving this error Fatal error: Class 'ParseClient' not found

Any help appreciated....

  • 写回答

1条回答 默认 最新

  • douna6802 2015-07-25 05:33
    关注

    you should add after the require files:

    use Parse\ParseClient; use Parse\ParsePush;

    Cheers.

    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度