Changeset 27 for php/trunk/samples/rdfa_simple_api
- Timestamp:
- Jul 13, 2011, 1:46:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/samples/rdfa_simple_api/sample.php
r17 r27 19 19 20 20 // load library setup 21 // load library setup 21 22 require_once( '../sample_config.php'); 22 require_once( '../fdebug_setup.php'); 23 define( 'RDFINT', getenv( 'PHP_LIBROOT_RDFINT')); 24 require_once( RDFINT.'/rdfa.php'); 23 25 24 26 $debugger = \fDebug::getInstance(); 25 27 const debugcontext = "RDFA_SAMPLE"; 28 26 29 27 30 $turtlefile = "sample.ttl";
Note:
See TracChangeset
for help on using the changeset viewer.