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