joeroot / involved

0 stars 0 forks source link

Using Parse #1

Closed himerzi closed 11 years ago

himerzi commented 11 years ago

in head ->

Onload -> Parse.initialize("EeEFArcfnsV0d1uVCJ4K5j6y86se3cyKP5bEigcm", "TuWtuZ7iXYxkxOar3vwlVFq2jOpkHTPRilxSjllC");

https://parse.com/docs/js_guide#objects

To get all quizes: var Quiz = Parse.Object.extend("Quiz"); var quizes = new Parse.Query(Quiz); //quizes stored as collection into quizes variable

himerzi commented 11 years ago

Cheers! I'd been worried about that one.

joeroot commented 11 years ago

Haha. It was stressing me out.

--Joe Root 07525 374 961

On Saturday, 5 October 2013 at 19:30, Michael Detmold wrote:

Cheers! I'd been worried about that one.

— Reply to this email directly or view it on GitHub (https://github.com/joeroot/involved/issues/1#issuecomment-25754088).