Beispiel #1
0
 public static function getProjectByID($projectID)
 {
     $ret = MyDB::getProjectByID($projectID);
     return $ret;
 }