Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 31735389

Přidáno uživatelem Tomáš Pašek před více než 3 roky(ů)

Bug #8989 Řazení záznamů

Zobrazit rozdíly:

application/controller/TableController.php
10 10
$whereQuery = createWhereQuery($parArray);
11 11

  
12 12
$results = $DB->select(
13
        "SELECT w.id, w.context, w.date, w.description, w.description2, w.description3, w.ending, w.finished,
13
        "SELECT DISTINCT w.id, w.context, w.date, w.description, w.description2, w.description3, w.ending, w.finished,
14 14
w.namedentity, w.position1, w.position2, w.positiondetail, w.word, w.tag_id, w.lemma_id, t.tag, l.lemma, m.manuscript,
15
l.pos FROM dd_manuscript as m left join dd_wordform as w on m.wordform_id = w.id left join dd_tag as t on w.tag_id = t.id left join dd_lemma as l on w.lemma_id = l.id ".$whereQuery." order by w.id", $parArray);
15
l.pos FROM dd_manuscript as m left join dd_wordform as w on m.wordform_id = w.id left join dd_tag as t on w.tag_id = t.id left join dd_lemma as l on w.lemma_id = l.id ".$whereQuery." order by l.lemma", $parArray);
16 16

  
17 17
$output = Array();
18 18
$output["data"] = Array();

Také k dispozici: Unified diff