PHP Object Framework (PHPOF) Manual

DBTable::BasicSearchNot

Perform a search in a database table for all rows NOT matching the given term

Description

DB_result DBTable::BasicSearchNot ( string search_column, string search_for [ , int results_per_page [ , int page_number [ , string order_by ] ] ] )

BasicSearchNot returns a database result object when searching for a cell not matching search_for in column search_column. This function is otherwise identical to DBTable::BasicSearch.

See also DBTable::BasicSearch, DBTable::BasicSearchNot_Paged.