first
This commit is contained in:
13
index.php
Normal file
13
index.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use src\fullName;
|
||||
use src\Information;
|
||||
|
||||
//require_once "src/form.html";
|
||||
require_once "src/Information.php";
|
||||
require_once "src/fullName.php";
|
||||
|
||||
$fullName = new fullName('Билай', 'Станислав', 'Романович');
|
||||
$fn = $fullName->foolName();
|
||||
$p1 = new Information($fn, 'hfd', '11', '+7', '11111111', 'ashg@ajhi');
|
||||
$p1->writeInformation();
|
Reference in New Issue
Block a user