86 $this->seqNodeId = $a_seqnodeid;
96 $this->type = $a_type;
101 $this->action = $a_action;
109 public function insert($a_insert_node =
false)
111 if ($a_insert_node==
true) {$this->
setSeqNodeId(parent::insert());}
112 $sql =
"INSERT INTO sahs_sc13_seq_rule (seqnodeid,type,action)".
114 $this->db->quote($this->seqNodeId,
"integer").
",".
115 $this->db->quote($this->type,
"text").
",".
116 $this->db->quote($this->action,
"text").
");";
117 $result = $this->db->manipulate($sql);