Public Member Functions | |
MySQLSearchResultSet ($resultSet, $terms) | |
termMatches () | |
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract. | |
numRows () | |
next () | |
Fetches next search result, or false. | |
free () | |
Frees the result set, if applicable. |
Definition at line 244 of file SearchMySQL.php.
MySQLSearchResultSet::free | ( | ) |
Frees the result set, if applicable.
@ access public
Reimplemented from SearchResultSet.
Definition at line 267 of file SearchMySQL.php.
MySQLSearchResultSet::MySQLSearchResultSet | ( | $ | resultSet, | |
$ | terms | |||
) |
Definition at line 245 of file SearchMySQL.php.
MySQLSearchResultSet::next | ( | ) |
Fetches next search result, or false.
Reimplemented from SearchResultSet.
Definition at line 258 of file SearchMySQL.php.
References $row.
MySQLSearchResultSet::numRows | ( | ) |
MySQLSearchResultSet::termMatches | ( | ) |
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract.
Reimplemented from SearchResultSet.
Definition at line 250 of file SearchMySQL.php.