Configure the Linkbar.
static
void
addSubmenu
(string $vName)
-
string
$vName: The name of the active view.
Checks an object for search terms (after stripping fields of HTML)
static
boolean
checkNoHtml
(object The $object, string $searchTerm, array $fields)
-
object The
$object: object to check
-
string
$searchTerm: Search words to check for
-
array
$fields: List of object variables to check against
Gets a list of the actions that can be performed.
static
void
limitSearchWord
( &$searchword)
static
void
logSearch
( $search_term)
Prepares results from search for display
static
string
prepareSearchContent
(string $text, string $searchword)
-
string
$text: The source string
-
string
$searchword: The searchword to select around
static
void
santiseSearchWord
( &$searchword, $searchphrase)
-
&$searchword
-
$searchphrase
returns substring of characters around a searchword
static
string
_smartSubstr
(string $text, int $searchword, string 2)
-
string
2: The searchword to select around
-
string
$text: The source string
-
int
$searchword: Number of chars to return