2#require_once '../src/LibRIS.php';
5set_include_path(get_include_path() . PATH_SEPARATOR .
'./src/');
7spl_autoload_register(
function ($klass) {
8 $parts = explode(
'\\', $klass);
9 if ($parts[0] ==
'LibRIS') {
11 include implode(DIRECTORY_SEPARATOR, $parts) .
'.php';
24$rw = new \LibRIS\RISWriter();
35$rw = new \LibRIS\RISWriter();
An exception for terminatinating execution or to throw for unit testing.
The main class for parsing RIS files.