public function SqlSortByVariable($strSortByInfo) {
        // Setup sorting information (if applicable) via a ORDER BY clause
        if (strlen($strSortByInfo)) {
            if (strpos($strSortByInfo, ';') !== false)
            throw new Exception('Invalid Semicolon in ORDER BY Info');