Ejemplo n.º 1
0
 public function create($props, $mode_raw = false)
 {
     global $u;
     parent::create($props, $mode_raw);
     // index building (keyword)
     $new_hfp = new hfp_hf();
     $props = array();
     $props["parameter_name"] = $u->id_user . "@" . $this->keyword;
     $props["id_hf"] = $this->id_hf . "@" . substr(sha1(microtime() . $this->id_hf . $this->keyword), 0, 5);
     $new_hfp->create($props);
 }