Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

initial commmit de la branche Nude with composer

git authored on 14/03/2019 16:48:02
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,11 +0,0 @@
1
-<?php
2
-
3
-class Dumper{
4
-
5
-    public static function dump($var){
6
-        echo "<pre>";
7
-        print_r($var);
8
-        echo "</pre>";
9
-    }
10
-
11
-}
12 0
\ No newline at end of file
Browse code

commit initial de la branch template-meny

git authored on 14/03/2019 10:30:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+class Dumper{
4
+
5
+    public static function dump($var){
6
+        echo "<pre>";
7
+        print_r($var);
8
+        echo "</pre>";
9
+    }
10
+
11
+}
0 12
\ No newline at end of file