PHP 클래스 Search_model, 68kb

상속: extends CI_Model
파일 보기 프로젝트 열기: 68kb/68kb 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) : void Constructor
clean_search_results ( ) : void Delete old search data.
filter_listings ( $search_options = [] ) : string Filter the listings by options
get_fields ( $cat_id ) : array Get any extra fields that can be searched
get_search ( $hash ) : array Get a stored search
remove_session ( ) Remove the search session data
store_search_results ( $keywords, $total ) Store Search Results

비공개 메소드들

메소드 설명
_save_keywords ( $keywords ) ------------------------------------------------------------------------

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( ) : void
리턴 void

clean_search_results() 공개 메소드

Delete old search data.
public clean_search_results ( ) : void
리턴 void

filter_listings() 공개 메소드

Filter the listings by options
public filter_listings ( $search_options = [] ) : string
리턴 string

get_fields() 공개 메소드

Get any extra fields that can be searched
public get_fields ( $cat_id ) : array
리턴 array

remove_session() 공개 메소드

Remove the search session data
public remove_session ( )

store_search_results() 공개 메소드

Store Search Results
public store_search_results ( $keywords, $total )