source:
Dev/branches/rest-dojo-ui/jos-branch/server/testpage.php
@
312
Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago | |
---|---|
File size: 325 bytes |
Line | |
---|---|
1 | <?php |
2 | require 'classes/master.php'; |
3 | |
4 | $surveyInstances = SurveyInstance::get(array("of_survey" => "5663d50e83d0ba0ab84308d19ed1c65e", "preset_answers" => array("1a977ba9299f43da05f72ee6e7a48442"), "answersets" => array("387c28dca5ad365141619b7166ee7231"))); |
5 | print_r($surveyInstances); |
6 | $surveyInstances[0]->save(); |
7 | |
8 | ?> |
Note: See TracBrowser
for help on using the repository browser.