OOP Counter
This commit is contained in:
@@ -2,19 +2,19 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<?php include_once "../../../base/meta.php" ?>
|
||||
<?php require_once "../../../base/meta.php" ?>
|
||||
|
||||
<title>Person Test</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include_once "../../../base/settings.php";
|
||||
include_once "../../../base/headers.php";
|
||||
require_once "../../../base/settings.php";
|
||||
require_once "../../../base/headers.php";
|
||||
Headers::html();
|
||||
|
||||
//Testdatei für die Klasse Hyperlink
|
||||
include_once "../classes/hyperlink/hyperlink.php";
|
||||
require_once "../classes/hyperlink/hyperlink.php";
|
||||
|
||||
//Objektinstanzen
|
||||
$link1 = new Hyperlink("https://www.google.de", "Google");
|
||||
|
||||
Reference in New Issue
Block a user