Definition at line 28 of file search.php.
Public Member Functions | |
init () | |
on_new_search ($event_args) | |
on_help ($event_args) | |
on_next ($event_args) | |
onParse () | |
onRender () | |
get_results_rs () | |
Returns a recordset of search results. | |
get_book_list () | |
Read the file books/book_list and return the associative array $arr_books, with keys 'book_id:lng' and with values 'book_title'. | |
get_query () | |
get_nr_of_recs () | |
get_page_vars () |
search::init | ( | ) |
Definition at line 30 of file search.php.
search::on_new_search | ( | $ | event_args | ) |
search::on_help | ( | $ | event_args | ) |
Definition at line 47 of file search.php.
search::on_next | ( | $ | event_args | ) |
search::onParse | ( | ) |
search::onRender | ( | ) |
search::get_results_rs | ( | ) |
Returns a recordset of search results.
Definition at line 80 of file search.php.
References $arr_books, $book_id, $path, get_book_list(), get_query(), and shell().
Referenced by onRender().
search::get_book_list | ( | ) |
Read the file books/book_list and return the associative array $arr_books, with keys 'book_id:lng' and with values 'book_title'.
Definition at line 128 of file search.php.
References $arr_books, $book_id, and $lng.
Referenced by get_results_rs().
search::get_query | ( | ) |
Definition at line 145 of file search.php.
References $book_id, and $lng.
Referenced by get_nr_of_recs(), and get_results_rs().
search::get_nr_of_recs | ( | ) |
Definition at line 170 of file search.php.
References get_query(), and shell().
Referenced by get_page_vars().
search::get_page_vars | ( | ) |