source: Dev/branches/jos-branch/testpage.php @ 140

Last change on this file since 140 was 138, checked in by jkraaijeveld, 14 years ago

Now has Survey support

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.