Ignore:
Timestamp:
10/31/11 17:12:28 (14 years ago)
Author:
jkraaijeveld
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/testpage.php

    r138 r143  
    22    require 'classes/master.php';
    33
    4     $db = new DatabaseInterface();
    5     $result = $db->get("survey", array("questions" => array("q4")));
    6     print_r($result);
     4        $db = new DatabaseInterface();
     5        $results = $db->get("session", array());
     6
    77?>
Note: See TracChangeset for help on using the changeset viewer.