WIKINDX METHODS

Method:
userBibCondition()

Class:
LISTCOMMON

Method Call:
include_once("core/list/LISTCOMMON.php");
$common = new LISTCOMMON($this->db, $this->vars);
BOOLEAN/STRING $common->userBibCondition;

Description:
This method returns a SQL CONDITION clause that can be used to limit listing of bibliographic resources if the user is browsing a user bibliography. If the WIKINDX Master bibliography is being browsed, FALSE is returned. You will need to prepend ' WHERE ' yourself.

Usage:
Example:
See STATEMENTS::listJoin() for an example of how to use this.

WIKINDX home      WIKINDX usage      WIKINDX classes