Example #1
0
 function getPermanentTimeTable()
 {
     $database = new Database();
     if ($database->connect()) {
         $uid1 = $this->getStudentDetails("Uid");
         // echo $uid1['ID'];
         $var = $database->getPermanentTimeTable($uid1['ID']);
         return $var;
     }
 }