PHP |
---|
public function Retrieve($key, bool $throwError = true) : ?LJCJoin |
PHP |
---|
include_once "LJCRoot.php"; $prefix = RelativePrefix(); include_once "$prefix/LJCPHPCommon/LJCDBAccessLib.php"; $joins = new LJCJoins(); $joins->Add("TableName"); $join = $joins->Get("TableName"); |