source: Dev/trunk/rdfapi/model/DBase.php @ 12

Last change on this file since 12 was 12, checked in by basvannuland, 14 years ago

Added RAP RDF API
Added RDF reader writer for save and load survey

File size: 562 bytes
Line 
1<?php
2// ----------------------------------------------------------------------------------
3// DBase
4// ----------------------------------------------------------------------------------
5//
6// Description               : DBase package
7//
8//
9// Author: Tobias Gauß  <tobias.gauss@web.de>
10//
11// ----------------------------------------------------------------------------------
12
13// Include DBase class
14require_once( RDFAPI_INCLUDE_DIR . 'model/DbModel.php' );
15// include adodb classes
16require_once(RDFAPI_INCLUDE_DIR .'util/adodb/adodb.inc.php');
17?>
Note: See TracBrowser for help on using the repository browser.