Files
FHC-Core/application/libraries/Rdf.php
T
Paminger eb84022abf CI Init
2016-02-29 16:51:21 +01:00

19 lines
399 B
PHP

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
* =======================================
* Author : Slamet Nurhadi
* License : NO License
* Email : slametnhd@gmail.com
*
*
*
* =======================================
*/
require_once APPPATH."../vendor/easyrdf/easyrdf/lib/EasyRdf.php";
class Rdf
{
}