Zaher Ghaibeh
Zaher Ghaibeh
first can you please format your code first there is nothing called `data` to echo your code should be : ``` php try{ $dataToGet = new parseObject('Class1'); $result = $dataToGet->get('cQVmP3VW3J');...
1- do you have a records in the DB ? 2- i have put the update in the wrong way ( so am sorry, i just copy and past the...
hey if it works, i hope you close it .. thanks
you need at least tell us what is the OS your using ? what is your dev environment .. etc
can you past the code which your using .. i mean what your doing which cause this issue
what is the code you type ? put the code of the file which you request, so that we can help .. otherwise .. good luck
sorry to work with parse library you need to know php .. and from what you have typed, its look like you dont know it .. any way in simple...
you should use it like this : ``` php try { $result = $parseLogin->login(); } catch ( ParseLibraryException $e ) { echo 'Login error: ' . $e->getMessage(); } ``` and...
you dont need to use the testEngine unless you want to test the functionality of the function which is included within the library .. so if you dont need it...
if you like to know more you can check (https://leanpub.com/building-web-applications-using-parse-rest-api) which has many topics covered ..