45 $field = ConnectionManager::escape($_GET[
"field"]);
48 Fakoli::end(
"Keyword Search Handler: no document library id");
69 $docKeywords = explode(
",",
$document->keywords);
70 foreach($docKeywords as $dKeyword)
72 if(preg_match(
"/$search/i", $dKeyword) && !in_array($dKeyword,
$keywords))
83 <div><a href=
"/fileshare_library_files?document_library_id=<?php echo $document_library_id ?>&keyword=<?php echo $keyword ?>"><b><?echo
"{$keyword}" ?></b><br/></a>
This class maps the publication table.
static using()
Import the datamodels, views and manifest for the specified component(s).
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().
if(! $document_id) $document