function Overtredingen($_deregel = null, $_decardinaliteitseigenschap = null, $_dehomogeneeigenschap = null)
{
$this->_deregel = $_deregel;
$this->_decardinaliteitseigenschap = $_decardinaliteitseigenschap;
$this->_dehomogeneeigenschap = $_dehomogeneeigenschap;
if (!isset($_deregel)) {
// get a Overtredingen based on its identifier
// fill the attributes
$me = array();
$me['de regel'] = DB_doquer("SELECT DISTINCT `f1`.`UserRule` AS `id`\r\n FROM ( SELECT DISTINCT fst.`UserRule`\r\n FROM \r\n ( SELECT DISTINCT F0.`I`, F1.`UserRule`\r\n FROM \r\n ( SELECT DISTINCT TODO.`I`, TODO.`I` AS i1 FROM `Violation` AS TODO WHERE TODO.`User`='" . $GLOBALS['ctxenv']['User'] . "'AND TODO.`Script`='" . $GLOBALS['ctxenv']['Script'] . "'\r\n ) AS F0, `violates2` AS F1\r\n WHERE F0.`I1`=F1.`Violation`\r\n ) AS fst\r\n WHERE fst.`UserRule` IS NOT NULL\r\n ) AS f1");
$me['de cardinaliteitseigenschap'] = DB_doquer("SELECT DISTINCT `f1`.`MultiplicityRule` AS `id`\r\n FROM ( SELECT DISTINCT fst.`MultiplicityRule`\r\n FROM \r\n ( SELECT DISTINCT F0.`I`, F1.`MultiplicityRule`\r\n FROM \r\n ( SELECT DISTINCT TODO.`I`, TODO.`I` AS i1 FROM `Violation` AS TODO WHERE TODO.`User`='" . $GLOBALS['ctxenv']['User'] . "'AND TODO.`Script`='" . $GLOBALS['ctxenv']['Script'] . "'\r\n ) AS F0, `violates3` AS F1\r\n WHERE F0.`I1`=F1.`Violation`\r\n ) AS fst\r\n WHERE fst.`MultiplicityRule` IS NOT NULL\r\n ) AS f1");
$me['de homogene eigenschap'] = DB_doquer("SELECT DISTINCT `f1`.`HomogeneousRule` AS `id`\r\n FROM ( SELECT DISTINCT fst.`HomogeneousRule`\r\n FROM \r\n ( SELECT DISTINCT F0.`I`, F1.`HomogeneousRule`\r\n FROM \r\n ( SELECT DISTINCT TODO.`I`, TODO.`I` AS i1 FROM `Violation` AS TODO WHERE TODO.`User`='" . $GLOBALS['ctxenv']['User'] . "'AND TODO.`Script`='" . $GLOBALS['ctxenv']['Script'] . "'\r\n ) AS F0, `violates4` AS F1\r\n WHERE F0.`I1`=F1.`Violation`\r\n ) AS fst\r\n WHERE fst.`HomogeneousRule` IS NOT NULL\r\n ) AS f1");
foreach ($me['de regel'] as $i0 => &$v0) {
$v0['wordt overtreden door'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`display` AS `wordt overtreden door`\r\n FROM `UserRule`\r\n JOIN ( SELECT DISTINCT F0.`UserRule`, F1.`display`\r\n FROM `violates2` AS F0, `Violation` AS F1\r\n WHERE F0.`Violation`=F1.`I`\r\n ) AS f1\r\n ON `f1`.`UserRule`='" . addslashes($v0['id']) . "'\r\n WHERE `UserRule`.`I`='" . addslashes($v0['id']) . "'"));
}
unset($v0);
foreach ($me['de cardinaliteitseigenschap'] as $i0 => &$v0) {
$v0 = firstRow(DB_doquer("SELECT DISTINCT '" . addslashes($v0['id']) . "' AS `id`\r\n , `f2`.`display` AS `eigenschap`\r\n , `f3`.`on` AS `van relatie`\r\n FROM `MultiplicityRule`\r\n LEFT JOIN ( SELECT DISTINCT F0.`I`, F1.`display`\r\n FROM `MultiplicityRule` AS F0, `Prop` AS F1\r\n WHERE F0.`property`=F1.`I`\r\n ) AS f2\r\n ON `f2`.`I`='" . addslashes($v0['id']) . "'\r\n LEFT JOIN `MultiplicityRule` AS f3 ON `f3`.`I`='" . addslashes($v0['id']) . "'\r\n WHERE `MultiplicityRule`.`I`='" . addslashes($v0['id']) . "'"));
$v0['wordt overtreden door'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`display` AS `wordt overtreden door`\r\n FROM `MultiplicityRule`\r\n JOIN ( SELECT DISTINCT F0.`MultiplicityRule`, F1.`display`\r\n FROM `violates3` AS F0, `Violation` AS F1\r\n WHERE F0.`Violation`=F1.`I`\r\n ) AS f1\r\n ON `f1`.`MultiplicityRule`='" . addslashes($v0['id']) . "'\r\n WHERE `MultiplicityRule`.`I`='" . addslashes($v0['id']) . "'"));
}
unset($v0);
foreach ($me['de homogene eigenschap'] as $i0 => &$v0) {
$v0 = firstRow(DB_doquer("SELECT DISTINCT '" . addslashes($v0['id']) . "' AS `id`\r\n , `f2`.`display` AS `eigenschap`\r\n , `f3`.`on` AS `van relatie`\r\n FROM `HomogeneousRule`\r\n LEFT JOIN ( SELECT DISTINCT F0.`I`, F1.`display`\r\n FROM `HomogeneousRule` AS F0, `Prop` AS F1\r\n WHERE F0.`property`=F1.`I`\r\n ) AS f2\r\n ON `f2`.`I`='" . addslashes($v0['id']) . "'\r\n LEFT JOIN `HomogeneousRule` AS f3 ON `f3`.`I`='" . addslashes($v0['id']) . "'\r\n WHERE `HomogeneousRule`.`I`='" . addslashes($v0['id']) . "'"));
$v0['wordt overtreden door'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`display` AS `wordt overtreden door`\r\n FROM `HomogeneousRule`\r\n JOIN ( SELECT DISTINCT F0.`HomogeneousRule`, F1.`display`\r\n FROM `violates4` AS F0, `Violation` AS F1\r\n WHERE F0.`Violation`=F1.`I`\r\n ) AS f1\r\n ON `f1`.`HomogeneousRule`='" . addslashes($v0['id']) . "'\r\n WHERE `HomogeneousRule`.`I`='" . addslashes($v0['id']) . "'"));
}
unset($v0);
$this->set_deregel($me['de regel']);
$this->set_decardinaliteitseigenschap($me['de cardinaliteitseigenschap']);
$this->set_dehomogeneeigenschap($me['de homogene eigenschap']);
}
}
function Gebruiker($id = null, $_sessies = null)
{
$this->id = $id;
$this->_sessies = $_sessies;
if (!isset($_sessies) && isset($id)) {
// get a Gebruiker based on its identifier
// check if it exists:
$ctx = DB_doquer('SELECT DISTINCT fst.`AttGebruiker` AS `I`
FROM
( SELECT DISTINCT `I` AS `AttGebruiker`, `I`
FROM `Gebruiker`
) AS fst
WHERE fst.`AttGebruiker` = \'' . addSlashes($id) . '\'');
if (count($ctx) == 0) {
$this->_new = true;
} else {
$this->_new = false;
// fill the attributes
$me = array();
$me['sessies'] = firstCol(DB_doquer("SELECT DISTINCT `SessieTbl`.`Id` AS `sessies`\r\n FROM `SessieTbl`\r\n WHERE `SessieTbl`.`gebruiker`='" . addslashes($id) . "'"));
$this->set_sessies($me['sessies']);
}
} else {
if (isset($id)) {
// just check if it exists
$ctx = DB_doquer('SELECT DISTINCT fst.`AttGebruiker` AS `I`
FROM
( SELECT DISTINCT `I` AS `AttGebruiker`, `I`
FROM `Gebruiker`
) AS fst
WHERE fst.`AttGebruiker` = \'' . addSlashes($id) . '\'');
$this->_new = count($ctx) == 0;
}
}
}
function Population2($id = null, $_populatie = null)
{
$this->id = $id;
$this->_populatie = $_populatie;
if (!isset($_populatie) && isset($id)) {
// get a Population2 based on its identifier
// check if it exists:
$ctx = DB_doquer('SELECT DISTINCT fst.`AttSubExpression` AS `I`
FROM
( SELECT DISTINCT `I` AS `AttSubExpression`, `I`
FROM `SubExpression`
) AS fst
WHERE fst.`AttSubExpression` = \'' . addSlashes($id) . '\'');
if (count($ctx) == 0) {
$this->_new = true;
} else {
$this->_new = false;
// fill the attributes
$me = array();
$me['populatie'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`display` AS `populatie`\r\n FROM `SubExpression`\r\n JOIN ( SELECT DISTINCT F0.`SubExpression`, F1.`display`\r\n FROM `contains4` AS F0, `Pair` AS F1\r\n WHERE F0.`Pair`=F1.`I`\r\n ) AS f1\r\n ON `f1`.`SubExpression`='" . addslashes($id) . "'\r\n WHERE `SubExpression`.`I`='" . addslashes($id) . "'"));
$this->set_populatie($me['populatie']);
}
} else {
if (isset($id)) {
// just check if it exists
$ctx = DB_doquer('SELECT DISTINCT fst.`AttSubExpression` AS `I`
FROM
( SELECT DISTINCT `I` AS `AttSubExpression`, `I`
FROM `SubExpression`
) AS fst
WHERE fst.`AttSubExpression` = \'' . addSlashes($id) . '\'');
$this->_new = count($ctx) == 0;
}
}
}
function UserRule($id = null, $_uitleg = null, $_overtredingen = null, $_populatievansubexpressies = null, $_relaties = null, $_source = null, $_target = null, $_ganaarpattern = null, $_ganaarvorigeregel = null, $_ganaarvolgenderegel = null, $_Conceptueeldiagram = null)
{
$this->id = $id;
$this->_uitleg = $_uitleg;
$this->_overtredingen = $_overtredingen;
$this->_populatievansubexpressies = $_populatievansubexpressies;
$this->_relaties = $_relaties;
$this->_source = $_source;
$this->_target = $_target;
$this->_ganaarpattern = $_ganaarpattern;
$this->_ganaarvorigeregel = $_ganaarvorigeregel;
$this->_ganaarvolgenderegel = $_ganaarvolgenderegel;
$this->_Conceptueeldiagram = $_Conceptueeldiagram;
if (!isset($_uitleg) && isset($id)) {
// get a UserRule based on its identifier
// check if it exists:
$ctx = DB_doquer('SELECT DISTINCT fst.`AttUserRule` AS `I`
FROM
( SELECT DISTINCT `I` AS `AttUserRule`, `I`
FROM `UserRule`
) AS fst
WHERE fst.`AttUserRule` = \'' . addSlashes($id) . '\'');
if (count($ctx) == 0) {
$this->_new = true;
} else {
$this->_new = false;
// fill the attributes
$me = firstRow(DB_doquer("SELECT DISTINCT `UserRule`.`I` AS `id`\r\n , `UserRule`.`pattern` AS `ga naar pattern`\r\n , `UserRule`.`previous` AS `ga naar vorige regel`\r\n , `UserRule`.`next` AS `ga naar volgende regel`\r\n , `f1`.`display` AS `uitleg`\r\n , `f2`.`source`\r\n , `f3`.`target`\r\n , `f4`.`display` AS `Conceptueel diagram`\r\n FROM `UserRule`\r\n LEFT JOIN ( SELECT DISTINCT F0.`I`, F1.`display`\r\n FROM `UserRule` AS F0, `Explanation` AS F1\r\n WHERE F0.`explanation`=F1.`I`\r\n ) AS f1\r\n ON `f1`.`I`='" . addslashes($id) . "'\r\n LEFT JOIN ( SELECT DISTINCT F0.`I`, F1.`source`\r\n FROM `UserRule` AS F0, `Type` AS F1\r\n WHERE F0.`type`=F1.`I`\r\n ) AS f2\r\n ON `f2`.`I`='" . addslashes($id) . "'\r\n LEFT JOIN ( SELECT DISTINCT F0.`I`, F1.`target`\r\n FROM `UserRule` AS F0, `Type` AS F1\r\n WHERE F0.`type`=F1.`I`\r\n ) AS f3\r\n ON `f3`.`I`='" . addslashes($id) . "'\r\n LEFT JOIN ( SELECT DISTINCT F0.`I`, F1.`display`\r\n FROM `UserRule` AS F0, `Picture` AS F1\r\n WHERE F0.`picture`=F1.`I`\r\n ) AS f4\r\n ON `f4`.`I`='" . addslashes($id) . "'\r\n WHERE `UserRule`.`I`='" . addslashes($id) . "'"));
$me['overtredingen'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`display` AS `overtredingen`\r\n FROM `UserRule`\r\n JOIN ( SELECT DISTINCT F0.`UserRule`, F1.`display`\r\n FROM `violates2` AS F0, `Violation` AS F1\r\n WHERE F0.`Violation`=F1.`I`\r\n ) AS f1\r\n ON `f1`.`UserRule`='" . addslashes($id) . "'\r\n WHERE `UserRule`.`I`='" . addslashes($id) . "'"));
$me['populatie van subexpressies'] = firstCol(DB_doquer("SELECT DISTINCT `SubExpression`.`I` AS `populatie van subexpressies`\r\n FROM `SubExpression`\r\n WHERE `SubExpression`.`subexpressionOf`='" . addslashes($id) . "'"));
$me['relaties'] = firstCol(DB_doquer("SELECT DISTINCT `morphisms1`.`Relation` AS `relaties`\r\n FROM `UserRule`\r\n JOIN `morphisms1` ON `morphisms1`.`UserRule`='" . addslashes($id) . "'\r\n WHERE `UserRule`.`I`='" . addslashes($id) . "'"));
$this->set_uitleg($me['uitleg']);
$this->set_overtredingen($me['overtredingen']);
$this->set_populatievansubexpressies($me['populatie van subexpressies']);
$this->set_relaties($me['relaties']);
$this->set_source($me['source']);
$this->set_target($me['target']);
$this->set_ganaarpattern($me['ga naar pattern']);
$this->set_ganaarvorigeregel($me['ga naar vorige regel']);
$this->set_ganaarvolgenderegel($me['ga naar volgende regel']);
$this->set_Conceptueeldiagram($me['Conceptueel diagram']);
}
} else {
if (isset($id)) {
// just check if it exists
$ctx = DB_doquer('SELECT DISTINCT fst.`AttUserRule` AS `I`
FROM
( SELECT DISTINCT `I` AS `AttUserRule`, `I`
FROM `UserRule`
) AS fst
WHERE fst.`AttUserRule` = \'' . addSlashes($id) . '\'');
$this->_new = count($ctx) == 0;
}
}
}
function Concepten($_Conceptenlijst = null)
{
$this->_Conceptenlijst = $_Conceptenlijst;
if (!isset($_Conceptenlijst)) {
// get a Concepten based on its identifier
// fill the attributes
$me = array();
$me['Conceptenlijst'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`I` AS `Conceptenlijst`\r\n FROM ( SELECT DISTINCT fst.`I`\r\n FROM \r\n ( SELECT DISTINCT TODO.`I`, TODO.`I` AS i1 FROM `Concept` AS TODO WHERE TODO.`User`='" . $GLOBALS['ctxenv']['User'] . "'AND TODO.`Script`='" . $GLOBALS['ctxenv']['Script'] . "'\r\n ) AS fst\r\n WHERE fst.`I` IS NOT NULL\r\n ) AS f1"));
$this->set_Conceptenlijst($me['Conceptenlijst']);
}
}
function Magistrate($id = null, $court = null, $panel = null, $role = null, $Sessions = null)
{
$this->_id = $id;
$this->_court = $court;
$this->_panel = $panel;
$this->_role = $role;
$this->_Sessions = $Sessions;
if (!isset($court) && isset($id)) {
// get a Magistrate based on its identifier
// check if it exists:
$ctx = DB_doquer('SELECT DISTINCT fst.`AttParty` AS `i`
FROM
( SELECT DISTINCT `i` AS `AttParty`, `i`
FROM `party`
) AS fst
WHERE fst.`AttParty` = \'' . addSlashes($id) . '\'');
if (count($ctx) == 0) {
$this->_new = true;
} else {
$this->_new = false;
// fill the attributes
$me = firstRow(DB_doquer("SELECT DISTINCT `party`.`i` AS `id`\n , `party`.`actsas` AS `role`\n FROM `party`\n WHERE `party`.`i`='" . addslashes($id) . "'"));
$me['court'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`court`\n FROM `party`\n JOIN ( \n (SELECT DISTINCT Party, Court AS `court`\n FROM `clerk`\n ) UNION (SELECT DISTINCT F0.`party` AS `Party`, F1.`court`\n FROM `members` AS F0, `panel` AS F1\n WHERE F0.`Panel`=F1.`i`\n \n )\n ) AS f1\n ON `f1`.`Party`='" . addslashes($id) . "'\n WHERE `party`.`i`='" . addslashes($id) . "'"));
$me['panel'] = firstCol(DB_doquer("SELECT DISTINCT `members`.`panel`\n FROM `members`\n WHERE `members`.`party`='" . addslashes($id) . "'"));
$me['Sessions'] = DB_doquer("SELECT DISTINCT `f1`.`session` AS `id`\n FROM `party`\n JOIN ( \n (SELECT DISTINCT party, session\n FROM `judge`\n ) UNION (SELECT DISTINCT clerk AS `party`, i AS `session`\n FROM `session`\n \n )\n ) AS f1\n ON `f1`.`party`='" . addslashes($id) . "'\n WHERE `party`.`i`='" . addslashes($id) . "'");
foreach ($me['Sessions'] as $i0 => &$v0) {
$v0 = firstRow(DB_doquer("SELECT DISTINCT '" . addslashes($v0['id']) . "' AS `id`\n , `f2`.`clerk`\n , `f3`.`scheduled`\n , `f4`.`seatedin` AS `city`\n , `f5`.`location`\n , `f6`.`panel`\n FROM `session`\n LEFT JOIN `session` AS f2 ON `f2`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN `session` AS f3 ON `f3`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN ( SELECT DISTINCT F0.`i`, F1.`seatedin`\n FROM `session` AS F0, `court` AS F1\n WHERE F0.`location`=F1.`i`\n ) AS f4\n ON `f4`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN `session` AS f5 ON `f5`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN `session` AS f6 ON `f6`.`i`='" . addslashes($v0['id']) . "'\n WHERE `session`.`i`='" . addslashes($v0['id']) . "'"));
$v0['judge'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`party` AS `judge`\n FROM `session`\n JOIN `judge` AS f1 ON `f1`.`session`='" . addslashes($v0['id']) . "'\n WHERE `session`.`i`='" . addslashes($v0['id']) . "'"));
$v1 = $v0['panel'];
$v0['panel'] = firstRow(DB_doquer("SELECT DISTINCT '" . addslashes($v1) . "' AS `id`\n , `f2`.`court`\n FROM `panel`\n LEFT JOIN `panel` AS f2 ON `f2`.`i`='" . addslashes($v1) . "'\n WHERE `panel`.`i`='" . addslashes($v1) . "'"));
}
unset($v0);
$this->set_court($me['court']);
$this->set_panel($me['panel']);
$this->set_role($me['role']);
$this->set_Sessions($me['Sessions']);
}
} else {
if (isset($id)) {
// just check if it exists
$ctx = DB_doquer('SELECT DISTINCT fst.`AttParty` AS `i`
FROM
( SELECT DISTINCT `i` AS `AttParty`, `i`
FROM `party`
) AS fst
WHERE fst.`AttParty` = \'' . addSlashes($id) . '\'');
$this->_new = count($ctx) == 0;
}
}
}
function CaseParties($Plaintiffs = null, $Defendants = null)
{
$this->_Plaintiffs = $Plaintiffs;
$this->_Defendants = $Defendants;
if (!isset($Plaintiffs)) {
// get a CaseParties based on its identifier
// fill the attributes
$me = array();
$me['Plaintiffs'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`party` AS `Plaintiffs`\n FROM ( SELECT DISTINCT fst.`party`\n FROM \n ( SELECT DISTINCT F0.`party` AS `party1`, F1.`party`\n FROM `plaintiff` AS F0, `plaintiff` AS F1\n WHERE F0.`legalcase`=F1.`legalcase`\n ) AS fst\n WHERE fst.`party` IS NOT NULL\n ) AS f1"));
$me['Defendants'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`party` AS `Defendants`\n FROM ( SELECT DISTINCT fst.`party`\n FROM \n ( SELECT DISTINCT F0.`party` AS `party1`, F1.`party`\n FROM `defendant` AS F0, `defendant` AS F1\n WHERE F0.`LegalCase`=F1.`LegalCase`\n ) AS fst\n WHERE fst.`party` IS NOT NULL\n ) AS f1"));
$this->set_Plaintiffs($me['Plaintiffs']);
$this->set_Defendants($me['Defendants']);
}
}
function Party($id = null, $cases = null, $role = null, $authorized = null)
{
$this->_id = $id;
$this->_cases = $cases;
$this->_role = $role;
$this->_authorized = $authorized;
if (!isset($cases) && isset($id)) {
// get a Party based on its identifier
// check if it exists:
$ctx = DB_doquer('SELECT DISTINCT fst.`AttParty` AS `i`
FROM
( SELECT DISTINCT `i` AS `AttParty`, `i`
FROM `party`
) AS fst
WHERE fst.`AttParty` = \'' . addSlashes($id) . '\'');
if (count($ctx) == 0) {
$this->_new = true;
} else {
$this->_new = false;
// fill the attributes
$me = firstRow(DB_doquer("SELECT DISTINCT `party`.`i` AS `id`\n , `party`.`actsas` AS `role`\n FROM `party`\n WHERE `party`.`i`='" . addslashes($id) . "'"));
$me['cases'] = DB_doquer("SELECT DISTINCT `f1`.`legalcase` AS `id`\n FROM `party`\n JOIN ( \n (SELECT DISTINCT party, legalcase\n FROM `plaintiff`\n ) UNION (SELECT DISTINCT party, legalcase\n FROM `defendant`\n \n )\n ) AS f1\n ON `f1`.`party`='" . addslashes($id) . "'\n WHERE `party`.`i`='" . addslashes($id) . "'");
$me['authorized'] = DB_doquer("SELECT DISTINCT `f1`.`document` AS `id`\n FROM `party`\n JOIN `authby` AS f1 ON `f1`.`Party`='" . addslashes($id) . "'\n WHERE `party`.`i`='" . addslashes($id) . "'");
foreach ($me['cases'] as $i0 => &$v0) {
$v0 = firstRow(DB_doquer("SELECT DISTINCT '" . addslashes($v0['id']) . "' AS `id`\n , '" . addslashes($v0['id']) . "' AS `nr`\n , `f3`.`areaoflaw` AS `area of law`\n FROM `legalcase`\n LEFT JOIN `legalcase` AS f3 ON `f3`.`i`='" . addslashes($v0['id']) . "'\n WHERE `legalcase`.`i`='" . addslashes($v0['id']) . "'"));
$v0['type of case'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`casetype` AS `type of case`\n FROM `legalcase`\n JOIN ( \n (SELECT DISTINCT F0.`legalcase`, F1.`casetype`\n FROM `appeal` AS F0, `legalcase` AS F1\n WHERE F0.`legalcase1`=F1.`i`\n ) UNION (SELECT DISTINCT F0.`legalcase`, F1.`casetype`\n FROM `appealtoadmincourt` AS F0, `legalcase` AS F1\n WHERE F0.`legalcase1`=F1.`i`\n ) UNION (SELECT DISTINCT F0.`legalcase`, F1.`casetype`\n FROM `objection` AS F0, `legalcase` AS F1\n WHERE F0.`legalcase1`=F1.`i`\n \n \n )\n ) AS f1\n ON `f1`.`legalcase`='" . addslashes($v0['id']) . "'\n WHERE `legalcase`.`i`='" . addslashes($v0['id']) . "'"));
}
unset($v0);
foreach ($me['authorized'] as $i0 => &$v0) {
$v0['representative'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`Party` AS `representative`\n FROM `document`\n JOIN `writtenauthof` AS f1 ON `f1`.`document`='" . addslashes($v0['id']) . "'\n WHERE `document`.`i`='" . addslashes($v0['id']) . "'"));
}
unset($v0);
$this->set_cases($me['cases']);
$this->set_role($me['role']);
$this->set_authorized($me['authorized']);
}
} else {
if (isset($id)) {
// just check if it exists
$ctx = DB_doquer('SELECT DISTINCT fst.`AttParty` AS `i`
FROM
( SELECT DISTINCT `i` AS `AttParty`, `i`
FROM `party`
) AS fst
WHERE fst.`AttParty` = \'' . addSlashes($id) . '\'');
$this->_new = count($ctx) == 0;
}
}
}
function Sessions($Sessions = null)
{
$this->_Sessions = $Sessions;
if (!isset($Sessions)) {
// get a Sessions based on its identifier
// fill the attributes
$me = array();
$me['Sessions'] = DB_doquer("SELECT DISTINCT `f1`.`Session` AS `id`\n FROM ( SELECT DISTINCT csnd.i AS `Session`\n FROM `session` AS csnd\n ) AS f1");
foreach ($me['Sessions'] as $i0 => &$v0) {
$v0 = firstRow(DB_doquer("SELECT DISTINCT '" . addslashes($v0['id']) . "' AS `id`\n , '" . addslashes($v0['id']) . "' AS `nr`\n , `f3`.`panel`\n , `f4`.`location` AS `court`\n , `f5`.`seatedin` AS `city`\n , `f6`.`clerk`\n , `f7`.`scheduled`\n , `f8`.`occured` AS `date of occurence`\n FROM `session`\n LEFT JOIN `session` AS f3 ON `f3`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN `session` AS f4 ON `f4`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN ( SELECT DISTINCT F0.`i`, F1.`seatedin`\n FROM `session` AS F0, `court` AS F1\n WHERE F0.`location`=F1.`i`\n ) AS f5\n ON `f5`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN `session` AS f6 ON `f6`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN `session` AS f7 ON `f7`.`i`='" . addslashes($v0['id']) . "'\n LEFT JOIN `session` AS f8 ON `f8`.`i`='" . addslashes($v0['id']) . "'\n WHERE `session`.`i`='" . addslashes($v0['id']) . "'"));
$v0['judge'] = firstCol(DB_doquer("SELECT DISTINCT `f1`.`party` AS `judge`\n FROM `session`\n JOIN `judge` AS f1 ON `f1`.`session`='" . addslashes($v0['id']) . "'\n WHERE `session`.`i`='" . addslashes($v0['id']) . "'"));
}
unset($v0);
$this->set_Sessions($me['Sessions']);
}
}
请发表评论