parse.com-php-library icon indicating copy to clipboard operation
parse.com-php-library copied to clipboard

Results 60 parse.com-php-library issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, This is not an issue per se but a question. Not sure where to ask it so posting here as an issue. Thanks for your help in advance. I...

I did the setup as it said to do so. I also added in the same values in the `parse.php` file. After I did this, it gave me this error:...

I just ran the test to see if the parseQuery.php works (which it doesn't in my version, so I'm going to try updating... which is besides the point). This should...

todo

in parse.php I've added this case in the function dataTypes to handle relations: ``` case 'relation': $return = array( "__op" => "AddRelation", "objects" => array($this->dataType('pointer', $params)) ); break; ... ```...

Create a Composer package

todo

Hello, I seem to be a novice with respect to php, so I am having trouble understanding your sample of upload.php. I have a php upload script for file uploading,...

It's bad practice and can lead to whitespace problems. (I'm referring to the trailing ?> tags in your classes) Thanks!

I want to update a column of type "object" in my table, with: {"0":{"end":"1:00","start":"12:00"}, "1":{"end":"1:00","start":"12:00"}, "2":{"end":"1:00","start":"12:00"}, "3":{"end":"1:00","start":"12:00"}, "4":{"end":"1:00","start":"12:00"}, "5":{"end":"1:00","start":"12:00"}, "6":{"end":"1:00","start":"12:00"}} but every time I get error like: "invalid type for...

todo

You should be able to update a user without a session token if you are using the master key right? Two questions there: 1. If so, should we change the...

``` public function __get($name) { if($name != '_className'){ return $this->data[$name]; } return NULL; } ```

todo