[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/components/com_search/ -> search.php (summary)

(no description)

File Size: 251 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions


Functions that are not part of a class:

viewSearch()   X-Ref

author: Mambo Foundation Inc see README.php

mosLogSearch( $search_term )   X-Ref
No description

mosPrepareSearchContent( $text, $length=200, $searchword )   X-Ref
Prepares results from search for display

param: string The source string
param: int Number of chars to trim
param: string The searchword to select around
return: string

mosSmartSubstr($text, $length=200, $searchword)   X-Ref
returns substring of characters around a searchword

param: string The source string
param: int Number of chars to return
param: string The searchword to select around
return: string