SetQuery("select * from ClassOpenFor where classId='$xKey'"); } function GetSumBookSeatByClassId($xKey){ $this->SetQuery("select sum(bookSeat) as num from ClassOpenFor where classId='$xKey'"); if ($result=$this->GetResult()) { return $result['num']; } } } //--End class ClassOpenFor-- ?>