2011-06-17 Generalized the sorting of the data for one akzNr. In the first step we are sorting all rows in the result set after the akzNr. See the select statement. In the second step we group all rows for one akzNr in the $rows arrays and collect these rows in the $orderedResult array. In the last step we are sorting $orderedResult after the taxon name (WissNameTax). 2011-06-21 This app will be integrated in a framework with header and navigation from fu berlin. The integration in drupal has to wait. For the integration in drupal the files in the folder 'useThisForDrupal' will be needed instead of same named files in the root and inc folder. 2011-06-23 There is a new class now for sorting the result set: ArraySorter.