Last change
on this file since 298 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:
758 bytes
|
Line | |
---|
1 | <?php
|
---|
2 | // ----------------------------------------------------------------------------------
|
---|
3 | // InfModel Package
|
---|
4 | // ----------------------------------------------------------------------------------
|
---|
5 | //
|
---|
6 | // Description : InfModel package
|
---|
7 | //
|
---|
8 | //
|
---|
9 | // Author: Daniel Westphal <mail at d-westphal dot de>
|
---|
10 | //
|
---|
11 | // ----------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | // Include InfModel classes
|
---|
14 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfRule.php');
|
---|
15 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfStatement.php');
|
---|
16 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfModel.php');
|
---|
17 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfModelB.php');
|
---|
18 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfModelF.php');
|
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.