source:
Dev/branches/jos-branch/testpage.php
@
240
Last change on this file since 240 was 230, checked in by jkraaijeveld, 13 years ago | |
---|---|
File size: 177 bytes |
Rev | Line | |
---|---|---|
[130] | 1 | <?php |
2 | require 'classes/master.php'; | |
[217] | 3 | $result = SessionInstance::get(array()); |
[230] | 4 | $sessionInstance = $result[0]; |
5 | $sessionInstance->evaluate(); | |
6 | print_r($sessionInstance); | |
7 | ||
[130] | 8 | ?> |
Note: See TracBrowser
for help on using the repository browser.