This commit is contained in:
Paminger
2016-02-29 16:51:21 +01:00
parent 2236ba7d26
commit eb84022abf
85 changed files with 12852 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?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
{
}