parse.com-php-library
parse.com-php-library copied to clipboard
When retrieving objects that have pointers to children, you can fetch child objects by using the include option.
Fixes #117. Query for between or equal to start and end value.
bug fix, no search query, but need pagination
https://parse.com/docs/rest#objects-batch Per the batch REST API being different from object API, built a new class that extends parseObject. Example using was given but test file needs to be developed.
Hi, We are new to Parse. We are try to send push notification from REST API but we get subscription always shows as 0 when send notification to android using...
Hi, I have a problem joining 3 tables. I have a a table POST, a table USER and the POST_LIKES. I want to collect all the posts with the users...
hi, i am having this issue right after i loaded the parse php library i configured the app keys and config file but i still gettnig this error
Hi all, I have a two classes that i want to join. The first class is the user and the second one is the articles. On the articles i have...
To reproduce, just put false appId in config and try to do query. I got: ErrorException Undefined property: stdClass::$code
Hi Guys how to fix this im on localhost but this is not working, I checked my php extension and the curl is activated but I dont have the SSL...