query->limit = " LIMIT " . $start . " OFFSET " . $offset; return $this; } // + tons of other overrides... }