source:
Dev/branches/jos-branch/testpage.php
@
209
Last change on this file since 209 was 208, checked in by jkraaijeveld, 13 years ago | |
---|---|
File size: 211 bytes |
Rev | Line | |
---|---|---|
[130] | 1 | <?php |
2 | require 'classes/master.php'; | |
3 | ||
[143] | 4 | $db = new DatabaseInterface(); |
[208] | 5 | |
6 | $result = $db->get("Session"); | |
7 | $session = $result[0]; | |
8 | $session->title = "Changed title"; | |
9 | $db->set($session); | |
10 | print_r($result); | |
[143] | 11 | |
[130] | 12 | ?> |
Note: See TracBrowser
for help on using the repository browser.