Article into objects

This commit is contained in:
2022-02-23 13:27:48 +01:00
parent e8e9d1ad95
commit 9f986f78f8
6 changed files with 105 additions and 31 deletions

14
ArticleController.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
class ArticleController {
private $tabArticle = array();
public function __construct() {
}
public function createArticles() {
//lire fichiers
}
}