source: Dev/branches/jQueryUI/server/rdfapi/RDFAPI.php @ 252

Last change on this file since 252 was 249, checked in by hendrikvanantwerpen, 13 years ago

This one's for Subversion, because it's so close...

First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.

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.