64 $this->seqNodeId = $a_seqnodeid;
74 $this->type = $a_type;
79 $this->action = $a_action;
87 public function insert($a_insert_node =
false)
89 if ($a_insert_node==
true) {$this->
setSeqNodeId(parent::insert());}
90 $sql =
"INSERT INTO sahs_sc13_seq_rule (seqnodeid,type,action)".
92 $this->db->quote($this->seqNodeId,
"integer").
",".
93 $this->db->quote($this->type,
"text").
",".
94 $this->db->quote($this->action,
"text").
");";
95 $result = $this->db->manipulate($sql);