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

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

Made lots of new connectors, stranded on Sessionconnector for now. Need to find a way to retain the order of applicaties and surveys of a pipeline.

File size: 119 bytes
RevLine 
[130]1<?php
2    require 'classes/master.php';
3
[143]4        $db = new DatabaseInterface();
5        $results = $db->get("session", array());
6
[130]7?>
Note: See TracBrowser for help on using the repository browser.