22 include_once (
'Class.DbObj.php');
23 include_once (
'Class.QueryDb.php');
24 include_once (
'Class.Log.php');
55 create table docvalue ( docid int not null,
59 create unique index idx_docvalue on docvalue (docid, attrid);";
66 $query->basic_elem->sup_where = array(
67 "attrid = '" . $this->attrid .
"'",
68 "docid = " . $this->docid
80 $query->basic_elem->sup_where = array(
81 "value ~* '.*$text.*'"
89 while (list($k, $v) = each(
$table1)) {
102 $query->basic_elem->sup_where = array(
110 while (list($k, $v) = each(
$table1)) {