Procedural File: search.php
Source Location: /lib/search.php
Page Details:
run_search this function actually runs the search, and returns an array of the results. Unlike the previous function it does not do the display work its self.
run_search [line 32]
search_song [line 99]
void search_song(
$data, $operator, $method, $limit)
|
|
search_song This function deals specificly with returning song object for the run_search function, it assumes that our root table is songs
Parameters
|
$data |
|
|
$operator |
|
|
$method |
|
|
$limit |
|
show_search [line 252]
void show_search(
$type, $results)
|
|
show_search This shows the results of a search, it takes the input from a run_search function call
Parameters
|
|