php7-mysql-data/Kapitel_4/Lektion_8/index.php

5 lines
89 B
PHP
Raw Normal View History

2016-08-16 21:20:53 +02:00
<?php
require __DIR__ . '/autoload.php';
$fahrzeug1 = new \Fahrzeuge\Autos\Limousine();