source: Dev/branches/rest-dojo-ui/server/rdfapi/rdql/RDQL.php @ 274

Last change on this file since 274 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: 677 bytes
Line 
1<?php
2// ----------------------------------------------------------------------------------
3// RDQL
4// ----------------------------------------------------------------------------------
5//
6// Description               : Rdql package
7// ----------------------------------------------------------------------------------
8
9
10// include RDQL classes
11require_once( RDFAPI_INCLUDE_DIR . 'rdql/RdqlParser.php' );
12require_once( RDFAPI_INCLUDE_DIR . 'rdql/RdqlEngine.php' );
13require_once( RDFAPI_INCLUDE_DIR . 'rdql/RdqlDbEngine.php' );
14require_once( RDFAPI_INCLUDE_DIR . 'rdql/RdqlMemEngine.php' );
15require_once( RDFAPI_INCLUDE_DIR . 'rdql/RdqlResultIterator.php' );
16
17?>
Note: See TracBrowser for help on using the repository browser.