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
$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

__construct(object $obj_db, int $int_num_show = 20)

Class Constructor

void
setSQLcriteria(string $str_criteria)

Method to set search criteria Extend this method

void
compileSQL()

Method to compile SQL statement based on criteria

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

mixed
getDocumentIds()

Method to get list of document IDs of result

string
getDocumentList(bool $bool_return_output = true)

Method to print out document records

string
makeOutput()

Method to make an output of document records

string
XMLresult()

Method to make an output of document records in simple XML format

string
JSONLDresult()

Method to make an output of document records in JSON-LD format

string
RSSresult()

Method to make an output of document records in simple XML format

getClustering()

No description

Details

at line 22
__construct(object $obj_db, int $int_num_show = 20)

Class Constructor

Parameters

object $obj_db
int $int_num_show

at line 32
void setSQLcriteria(string $str_criteria)

Method to set search criteria Extend this method

Parameters

string $str_criteria

Return Value

void

in biblio_list_model at line 93
protected void compileSQL()

Method to compile SQL statement based on criteria

Return Value

void

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

Parameters

object $obj_db
int $int_biblio_id
bool $bool_return_array

Return Value

mixed

in biblio_list_model at line 134
mixed getDocumentIds()

Method to get list of document IDs of result

Return Value

mixed

at line 185
string getDocumentList(bool $bool_return_output = true)

Method to print out document records

Parameters

bool $bool_return_output

Return Value

string

at line 241
protected string makeOutput()

Method to make an output of document records

Return Value

string

in biblio_list_model at line 243
string XMLresult()

Method to make an output of document records in simple XML format

Return Value

string

in biblio_list_model at line 386
string JSONLDresult()

Method to make an output of document records in JSON-LD format

Return Value

string

in biblio_list_model at line 442
string RSSresult()

Method to make an output of document records in simple XML format

Return Value

string

at line 205
getClustering()

No description