Public Member Functions | |
| SEARCH ($text) | |
| boolean_sql_select ($match) | |
| boolean_inclusive_atoms ($string) | |
| boolean_sql_where ($match) | |
| copyvalue ($foo) | |
| boolean_mark_atoms_jp ($string) | |
| boolean_sql_where_jp_short ($string, $match) | |
Public Attributes | |
| $querystring | |
| $marked | |
| $inclusive | |
| $blogs | |
based on code by David Altherr: http://www.evolt.org/article/Boolean_Fulltext_Searching_with_PHP_and_MySQL/18/15665/ http://davidaltherr.net/web/php_functions/boolean/funcs.mysql.boolean.txt
http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 29 of file SEARCH.php.
| SEARCH::SEARCH | ( | $ | text | ) |
Definition at line 37 of file SEARCH.php.
References $blogid, boolean_inclusive_atoms(), boolean_mark_atoms_jp(), mysql_fetch_object(), sql_query(), and sql_table().
| SEARCH::boolean_sql_select | ( | $ | match | ) |
Definition at line 64 of file SEARCH.php.
| SEARCH::boolean_inclusive_atoms | ( | $ | string | ) |
| SEARCH::boolean_sql_where | ( | $ | match | ) |
| SEARCH::copyvalue | ( | $ | foo | ) |
Definition at line 143 of file SEARCH.php.
| SEARCH::boolean_mark_atoms_jp | ( | $ | string | ) |
| SEARCH::boolean_sql_where_jp_short | ( | $ | string, | |
| $ | match | |||
| ) |
| SEARCH::$querystring |
Definition at line 31 of file SEARCH.php.
| SEARCH::$marked |
Definition at line 32 of file SEARCH.php.
| SEARCH::$inclusive |
Definition at line 33 of file SEARCH.php.
| SEARCH::$blogs |
Definition at line 34 of file SEARCH.php.
1.5.5