Changeset 39 for php/trunk/samples/sample_config.php
- Timestamp:
- Jul 15, 2011, 3:45:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/samples/sample_config.php
r38 r39 25 25 // --- CURRENTLY NOT USED 26 26 27 // activate debug output of the library classes 28 // if not set, only the sample code itself generates debug messages 29 define( 'RDFA_DEBUGOUTPUT_CLASSES', true); 30 31 // activate debug output for specific RDFaLIB classes in samples and unittests 27 // activate debug output of the library classes in samples 32 28 define( 'RDFA_DEBUGOUTPUT_READER', true); 33 29 define( 'RDFA_DEBUGOUTPUT_PROJECTION', true);
Note:
See TracChangeset
for help on using the changeset viewer.