Example #1
0
 function getNotifications($limit)
 {
     $database = new Database();
     if ($database->connect()) {
         $details = $database->get_notification_student($_SESSION['USERID'], $limit);
         return $details;
     }
 }