Last change
on this file since 97 was
91,
checked in by basvannuland, 14 years ago
|
start with dashboard database
|
File size:
339 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // Survey database interface class as intermediate for storing data from the site to the RDF database |
---|
4 | require_once 'rdfConstants.php'; |
---|
5 | |
---|
6 | // Include RAP Library to write RDF files |
---|
7 | include(RDFAPI_INCLUDE_DIR . "RDFAPI.php"); |
---|
8 | |
---|
9 | class DashboardCreationDatabaseInterface |
---|
10 | { |
---|
11 | public function __construct() |
---|
12 | { |
---|
13 | |
---|
14 | } |
---|
15 | } |
---|
16 | |
---|
17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.