parse.com-php-library
parse.com-php-library copied to clipboard
line 12 of parseQuery 'installation' should be 'installations'
On time call a method: // $ParseUserInfo - objectId $FindUser = new parseUser; $FindUser->get($ParseUserInfo); if no such objectId, error occurs: PHP Fatal error: Uncaught ParseLibraryException: [101]: parse.com error: object not...
Is there a way to use "pointer" type of column? For example when I want to delete the object of the pointer?
Is the library have these built in or should I just use the basic REST api?
i am starting to use the parse library, and my first calll needs to do a batch operation :) Since i do not see the batch implemented, i am trying...
hello, i downloaded and uploaded all the necessary files to my server.(online not a localServer) I am trying to call a parse Function via PHP. i keep getting this error:...
Fatal error: Cannot use object of type stdClass as array in C:\xampp\htdocs\ielts\parse.php on line 190 my code is $loginUser = new parseUser; $loginUser->username = $testUser['username']; $loginUser->password = $testUser['password']; ``` $returnLogin...
please provide a tutorial i new to php but i really want to get into parse
I'm trying to create a Wordpress plugin to retrieve/save some information as administration portal for Mob Application Based system. $parse = new parseRestClient(array('appid' => 'SredRwevZcx8OrYyv6vPhfIa9aELhN54d1hSHxna','restkey' => 'uvs45j1tLjboVMSX8BobNYtHR8YxNU4XyANN9oZz')); $params = array('className'...
Line 183: $this->email - $email; should be $this->email = $email;