summaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/Classes.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/model/Classes.php b/model/Classes.php
index 1349cd7..1846ce3 100644
--- a/model/Classes.php
+++ b/model/Classes.php
@@ -119,6 +119,10 @@ class OneArticle extends AllArticles
119 { 119 {
120 return(file_get_contents($this->fileName)); 120 return(file_get_contents($this->fileName));
121 } 121 }
122 public static function readOneAlbum($albumCode)
123 {
124 return(file_get_contents('data/discographie/html/' . $albumCode . '.html'));
125 }
122 126
123 // pour afficher des dates 127 // pour afficher des dates
124 /*public function getDate($fileNumber) 128 /*public function getDate($fileNumber)