changement dans l'architecture du projet

This commit is contained in:
2019-02-27 13:50:43 +01:00
parent 4c51764836
commit a0ee078501
46 changed files with 197 additions and 283 deletions

12
assets/php/db/Author.php Normal file
View File

@ -0,0 +1,12 @@
<?php
namespace App\DB;
class Author {
private $id;
private $username;
private $linkedin;
}