
Public Member Functions | |
| find (&$pParamHash) | |
| find_exact_generic (&$pParamHash) | |
| get_lru_wordlist ($syllable) | |
| get_wordlist_from_syllables ($syllables) | |
| has_permission ($pContentType="") | |
| refresh_lru_wordlist ($syllable) | |
| register_search ($words) | |
| SearchLib () | |
Definition at line 20 of file search_lib.php.
| SearchLib::find | ( | &$ | pParamHash | ) |
Definition at line 43 of file search_lib.php.
References $pParamHash, $res, find_exact_generic(), and get_wordlist_from_syllables().
Here is the call graph for this function:

| SearchLib::find_exact_generic | ( | &$ | pParamHash | ) |
Definition at line 159 of file search_lib.php.
References $contentType, $gBitDbType, $gBitSystem, $gLibertySystem, $pParamHash, $query, $res, $result, $ret, LibertyContent::getServicesSql(), has_permission(), and mDb.
Referenced by find().
Here is the call graph for this function:

| SearchLib::get_lru_wordlist | ( | $ | syllable | ) |
Definition at line 84 of file search_lib.php.
References $query, $res, $result, $ret, and mDb.
Referenced by get_wordlist_from_syllables().
| SearchLib::get_wordlist_from_syllables | ( | $ | syllables | ) |
Definition at line 60 of file search_lib.php.
References $gBitSystem, $now, $ret, get_lru_wordlist(), mDb, and refresh_lru_wordlist().
Referenced by find().
Here is the call graph for this function:

| SearchLib::has_permission | ( | $ | pContentType = "" |
) |
Definition at line 234 of file search_lib.php.
References $gBitUser, and $ret.
Referenced by find_exact_generic().
| SearchLib::refresh_lru_wordlist | ( | $ | syllable | ) |
Definition at line 99 of file search_lib.php.
References $gBitSystem, $now, $query, $res, $result, $ret, $sec, and mDb.
Referenced by get_wordlist_from_syllables().
| SearchLib::register_search | ( | $ | words | ) |
| SearchLib::SearchLib | ( | ) |
Definition at line 21 of file search_lib.php.
References BitBase::BitBase().
Here is the call graph for this function:

1.5.2