protected function seek($where = null) { if ($where === null) { return $this->count; } else { $this->count = $where; } return true; }