Ignore:
Timestamp:
Jul 13, 2011, 1:46:00 AM (14 years ago)
Author:
cla
Message:

rdfint

  • reworked library setup for samples and unittests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/samples/rdfa_simple_api/sample.php

    r17 r27  
    1919
    2020// load library setup
     21// load library setup
    2122require_once( '../sample_config.php');
    22 require_once( '../fdebug_setup.php');
     23define( 'RDFINT', getenv( 'PHP_LIBROOT_RDFINT'));
     24require_once( RDFINT.'/rdfa.php');
    2325
    2426$debugger = \fDebug::getInstance();
    2527const debugcontext = "RDFA_SAMPLE";
     28
    2629
    2730$turtlefile = "sample.ttl";
Note: See TracChangeset for help on using the changeset viewer.