Beispiel #1
0
 public static function create()
 {
     if (!isset($student_instance)) {
         self::$student_instance = new Students();
     }
     return self::$student_instance;
 }