Class: article_search

Source Location: /bblog/libs/search.class.php ( Revision Log )

Class article_search

Class Overview

Requirements

PHP 4.3 Mysql 3 or MySQL 4 (recommended)

Located in /bblog/libs/search.class.php [line 199]

search
   |
   --article_search

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From search

search::$trans

Inherited From search

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

[ Top ]
Property Summary
string   $table   Name of the table where we search

[ Top ]
Method Summary
void   article_query()  
void   index()  
void   records_count()  

[ Top ]
Properties
string   $table = T_POSTS [line 204]

Name of the table where we search


[ Top ]
Methods
article_query  [line 225]

  void article_query( mixed $query, [mixed $where = '']  )



[ Top ]
index  [line 206]

  void index( mixed $id, [mixed $full = false]  )



[ Top ]
records_count  [line 219]

  void records_count( )



[ Top ]