source:
Dev/branches/jos-branch/testpage.php
@
129
Last change on this file since 129 was 128, checked in by jkraaijeveld, 14 years ago | |
---|---|
File size: 304 bytes |
Line | |
---|---|
1 | <?php |
2 | require 'classes/master.php'; |
3 | require 'rdfConstants.php'; |
4 | |
5 | |
6 | |
7 | $di = new DatabaseInterface(); |
8 | |
9 | |
10 | $args = array("description" => "test"); |
11 | $apps = $di->get("application", $args); |
12 | $app = $apps[0]; |
13 | $app->title = "Sup, testing if the title changes properly."; |
14 | $di->set($app); |
15 | |
16 | ?> |
Note: See TracBrowser
for help on using the repository browser.