Last change
on this file since 144 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
|
Rev | Line | |
---|
[12] | 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
|
---|
| 14 | require_once( RDFAPI_INCLUDE_DIR . 'model/DbModel.php' );
|
---|
| 15 | // include adodb classes
|
---|
| 16 | require_once(RDFAPI_INCLUDE_DIR .'util/adodb/adodb.inc.php');
|
---|
| 17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.