andrewscofield / parse.com-php-library

246 stars 137 forks source link

saving or updating only works on string fields #156

Closed kitkat14 closed 10 years ago

kitkat14 commented 10 years ago

Words in database is a field string $parse->words= $_POST["Words"]; This works Numbers in database is a field number $parse->numbers= $_POST["Numbers"]; error -> Cannot use object of type stdClass as array (parse 189)

if i change the field to string it works great.... how come ?

kitkat14 commented 10 years ago

going back to using the official api REST.