mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
order statistik, tablesorter hover, html id for filter
This commit is contained in:
@@ -115,9 +115,13 @@ class statistik extends basis_db
|
||||
* Laedt alle Statistiken
|
||||
* @return true wenn ok, sonst false
|
||||
*/
|
||||
public function getAll()
|
||||
public function getAll($order = FALSE)
|
||||
{
|
||||
$qry = 'SELECT * FROM public.tbl_statistik';
|
||||
|
||||
if($order) {
|
||||
$qry .= ' ORDER BY ' . $order;
|
||||
}
|
||||
|
||||
if($result = $this->db_query($qry))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user