96 require_once
"./Services/Object/classes/class.ilObject.php";
106 function ilObjNull($a_id = 0,$a_call_by_reference =
true)
108 $this->type =
"null";
109 $this->
ilObject($a_id,$a_call_by_reference);
126 $q =
"UPDATE object_data" 129 .
" WHERE obj_id = '".$this->
getId().
"'";
130 $this->
ilias->db->query($q);
update()
update object in db
ilObjNull($a_id=0, $a_call_by_reference=true)
Constructor public.
Class ilObject Basic functions for all objects.
ilObject($a_id=0, $a_reference=true)
Constructor public.
getId()
get object id public
redirection script todo: (a better solution should control the processing via a xml file) ...
getType()
get object type public
static prepareDBString($a_str)
prepare a string for db writing (insert/update)