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

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 794 bytes
Line 
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.