source: Dev/branches/rest-dojo-ui/server/rdfapi/model/DBase.php @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

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.