Core
3.2
PHP API documentation
Go to the documentation of this file.
16 include_once (
"Class.Doc.php");
31 create table docread ( id int not null,
70 create index fromid_docread on docread(fromid);
71 create index initid_docread on docread(initid);
72 create index title_docread on docread(title);
73 create index docty_docread on docread(doctype);
74 create index full_docread on docread using gist(fulltext);";