source: Dev/trunk/classes/DashboardCreationDatabaseInterface.php @ 91

Last change on this file since 91 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
4require_once 'rdfConstants.php';
5
6// Include RAP Library to write RDF files
7include(RDFAPI_INCLUDE_DIR . "RDFAPI.php");
8
9class DashboardCreationDatabaseInterface
10{   
11    public function __construct()
12    {
13       
14    }
15}
16
17?>
Note: See TracBrowser for help on using the repository browser.