<?php
//--Class WithdrawCourse--------------------------

include_once "clsbase_WithdrawCourse.php";

class 
WithdrawCourse extends base_WithdrawCourse{

function 
RSWithdrawCourseByStIdAndAcYAndSe($xKey$yKey$zKey){
    
$this->SetQuery("select * from WithdrawCourse where studentId='$xKey' and acadYear='$yKey' and semester='$zKey'");
}

//--End class WithdrawCourse--
?>