Todo List
Requirements
PHP 4.3 Mysql 3 or MySQL 4 (recommended)
Located in /bblog/libs/search.class.php [line 199]
search | --article_search
Properties
Methods
Inherited From search
search::$trans
search::add_results() Create searchable items database search::del_results() Delete search database or ".T_SEARCH." items search::index_all() Create search index for all items search::make_tmp() search for string and save string to temporary results search::replace() Standartize text, for example "S*O*M*E" to "some" search::search_query() search for query, for example "word word word" search::_add() Add word to search database search::_check_tmp() Check for temporary search results search::_clear_tmp() Clear temporary results search::_search_tmp() search for one word
Name of the table where we search
void article_query( mixed $query, [mixed $where = ''] )
void index( mixed $id, [mixed $full = false] )
void records_count( )