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

Last change on this file since 233 was 230, checked in by jkraaijeveld, 13 years ago

Made most functionality from the demo branch work with new database.

File size: 177 bytes
Line 
1<?php
2    require 'classes/master.php';
3        $result = SessionInstance::get(array());
4        $sessionInstance = $result[0];
5        $sessionInstance->evaluate();
6        print_r($sessionInstance);
7
8?>
Note: See TracBrowser for help on using the repository browser.