source: Dev/branches/rest-dojo-ui/server/rdfapi/RDFAPI.php @ 271

Last change on this file since 271 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: 794 bytes
RevLine 
[256]1<?php
2
3// ----------------------------------------------------------------------------------
4// RDF API for PHP
5// ----------------------------------------------------------------------------------
6// @version                  : $Id: RdfAPI.php 268 2006-05-15 05:28:09Z tgauss $
7// Authors                   : Chris Bizer (chris@bizer.de),
8//                             Radoslaw Oldakowski (radol@gmx.de)
9// Description               : This file includes constatns and model package.
10// ----------------------------------------------------------------------------------
11
12
13// Include Constants and base Object
14require_once( RDFAPI_INCLUDE_DIR . 'constants.php' );
15require_once( RDFAPI_INCLUDE_DIR . 'util/Object.php' );
16include_once( RDFAPI_INCLUDE_DIR . PACKAGE_MODEL);
17
18
19?>
Note: See TracBrowser for help on using the repository browser.