source: Dev/branches/jQueryUI/rdfapi/RDFAPI.php @ 246

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

Case correction for people with proper a OS.

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.