parse.com-php-library
parse.com-php-library copied to clipboard
Hello: I want to use php POST data to data browser then push notification to iPad,so I used parse.com-php-library. But when I want to query that I create a class...
I wanted to query on rows created in a time range between two dates, but I'm having a problem querying on the createdAt field. I wanted to know the right...
Hi, how search file parseConfig.php? I see class added, but file not exist.
Hi, I have two classes Request and _user.I want to match aasignedUser field from Request to _user.My code is below ``` $query = new \Parse\ParseQuery("Requests"); $query->equalTo('assignedUser',$currentUser); $innerQuery = new \Parse\ParseQuery("_User");...
Fatal error: Wrong parameters for Exception([string $exception [, long $code ]]) in /home/user/public_html/cadastro/parse/parse.php on line 235
Hey team I am getting this: PHP Fatal error: Class 'parseRestClient' Just testing out by creating an object and here is the code:
you need to modify the parameters to like this public function decrement($field, $amount)
I dont know what I am doing wrong. The result is an error : Notice: Trying to get property of non-object in C:\xampp\htdocs\flow\www\lib\parse-php-sdk\parse.php on line 189 Notice: Trying to get...
But it's giving me errors what i am doing wrong