biblio_list
class biblio_list extends biblio_list_model
Properties
| $num_rows | from biblio_list_model | ||
| $num2show | from biblio_list_model | ||
| $xml_detail | from biblio_list_model | ||
| $xml_result | from biblio_list_model | ||
| $only_promoted | from biblio_list_model | ||
| $show_labels | from biblio_list_model | ||
| $stop_words | from biblio_list_model | ||
| $query_time | from biblio_list_model | ||
| $disable_item_data | from biblio_list_model | ||
| $enable_mark | from biblio_list_model | ||
| $query_error | from biblio_list_model | ||
| $current_page | from biblio_list_model | ||
| $item_availability_message | from biblio_list_model | ||
| $words | from biblio_list_model | ||
| protected | $obj_db | from biblio_list_model | |
| protected | $resultset | from biblio_list_model | |
| protected | $subquery | from biblio_list_model | |
| protected | $biblio_ids | from biblio_list_model | |
| protected | $emulate_short_word_search | from biblio_list_model | |
| protected | $queries_word_num_allowed | from biblio_list_model | |
| protected | $criteria | from biblio_list_model | |
| protected | $label_cache | from biblio_list_model | |
| protected | $custom_fields | from biblio_list_model | |
| protected | $enable_custom_frontpage | from biblio_list_model | |
| protected | $orig_query | from biblio_list_model | |
| protected | $searchable_fields | from biblio_list_model | |
| protected | $field_join_type | from biblio_list_model |
Methods
Class Constructor
Method to set search criteria Extend this method
Method to get string of authors data of bibliographic record
Method to print out document records
Method to make an output of document records
Method to make an output of document records in simple XML format
Method to make an output of document records in JSON-LD format
Method to make an output of document records in simple XML format
No description
Details
at line 22
__construct(object $obj_db, int $int_num_show = 20)
Class Constructor
at line 32
void
setSQLcriteria(string $str_criteria)
Method to set search criteria Extend this method
in
biblio_list_model at line 93
protected void
compileSQL()
Method to compile SQL statement based on criteria
in
biblio_list_model at line 104
static mixed
getAuthors(object $obj_db, int $int_biblio_id, bool $bool_return_array = false)
Method to get string of authors data of bibliographic record
in
biblio_list_model at line 134
mixed
getDocumentIds()
Method to get list of document IDs of result
at line 185
string
getDocumentList(bool $bool_return_output = true)
Method to print out document records
at line 241
protected string
makeOutput()
Method to make an output of document records
in
biblio_list_model at line 243
string
XMLresult()
Method to make an output of document records in simple XML format
in
biblio_list_model at line 386
string
JSONLDresult()
Method to make an output of document records in JSON-LD format
in
biblio_list_model at line 442
string
RSSresult()
Method to make an output of document records in simple XML format
at line 205
getClustering()
No description