parse.com-php-library
parse.com-php-library copied to clipboard
Hi, I'm being stuck on using this library. I'm trying to just save a new object the same way as in the example but i'm getting php notice "Trying to...
https://github.com/apotropaic/parse.com-php-library/blob/master/parse.php#L2 1. These are class files, why are we not using "include_once" here? 2. Is there a reason why you are including all files? Its very inefficient to load everything...
Following directions on running the tests I am getting the following error when running parseQueryTest parse.com error: class name must be a string thrown
This is how I usually delete a record 1. Define object for parse class $parseObject = new parseObject("Authorized_Rooms_Scenes"); 2. Get objectId for a record I want to delete. $obj_ID=getObjectId($table,$field,$fieldVal); //...
There is an Odesk contract open for anybody willing to give this a go.. should be a quick fix if the library works as expected. https://www.odesk.com/jobs/PHP-Parse-Queries_~~9e27b82a5a1c762e **What I am trying...
Hi, I have a class that has a column of type "pointer" to another class, How to join the two classes so that I can get the data of the...
Can you use this to build me an app that makes millions? I will pay you in equity.
Hi, I don't know if I did something wrong or it's a bug. The title setting isn't working for Android push notifications. The line of code I used is: $parsePush->title...
Hi, For me, this lib does not work anymore. Parse.com does not answer to any requests I send. After investigations, I found that you need to add in the "request"...
is it already possible to do in PHP?