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

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

Added SessionInstance? and a semi-functional resultSet.

File size: 319 bytes
Line 
1<?php
2    require 'classes/master.php';
3       
4        $sessionInstance = new Sessioninstance(null, "Titel", "Locatie", "9043f64705e67ceb8f28242207b83adf", new Datetime(), new Datetime(), array(), "293b162b0b774ec1b303ce839b60ebd2", null);
5        $sessionInstance->save();
6        $result = SessionInstance::get(array());
7        print_r($result);
8?>
Note: See TracBrowser for help on using the repository browser.