source:
Dev/branches/jos-branch/testpage.php
@
138
Last change on this file since 138 was 138, checked in by jkraaijeveld, 14 years ago | |
---|---|
File size: 170 bytes |
Line | |
---|---|
1 | <?php |
2 | require 'classes/master.php'; |
3 | |
4 | $db = new DatabaseInterface(); |
5 | $result = $db->get("survey", array("questions" => array("q4"))); |
6 | print_r($result); |
7 | ?> |
Note: See TracBrowser
for help on using the repository browser.