24 require_once(
"./Modules/ScormAicc/classes/SCORM/class.ilSCORMObject.php");
60 $this->import_id = $a_import_id;
71 $this->version = $a_version;
81 $this->xml_base = $a_xml_base;
90 $obj_set = $ilDB->queryF(
'SELECT * FROM sc_manifest WHERE obj_id = %s',
91 array(
'integer'),array($this->
getId()));
92 $obj_rec = $ilDB->fetchAssoc($obj_set);
106 INSERT INTO sc_manifest (obj_id, import_id, version, xml_base)
107 VALUES (%s,%s,%s,%s)',
108 array(
'integer',
'text',
'text',
'text'),
125 array(
'text',
'text',
'text',
'integer'),
136 $ilDB->manipulateF(
'DELETE FROM sc_manifest WHERE obj_id = %s', array(
'integer'),array($this->
getId()));