abschreiben nicht fertig
This commit is contained in:
15
progp/25-2-19/lehrerclasses.php
Normal file
15
progp/25-2-19/lehrerclasses.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
require_once "lehrerclass.php";
|
||||
$l = new Lehrer("Michael", " Staudt", 13);
|
||||
$l->ausgeben();
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user