aboutsummaryrefslogtreecommitdiff
path: root/class
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-03-17 11:19:05 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-03-17 11:33:03 +0100
commit53a5f6b267b1deb8c5f10973c1a238ff74a33e5a (patch)
treed3d3611a6aa31023fd911fced4906e72188647b3 /class
downloadwcms-53a5f6b267b1deb8c5f10973c1a238ff74a33e5a.tar.gz
wcms-53a5f6b267b1deb8c5f10973c1a238ff74a33e5a.zip
Commit initial
Diffstat (limited to 'class')
-rw-r--r--class/art.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/class/art.php b/class/art.php
new file mode 100644
index 0000000..6b126ea
--- /dev/null
+++ b/class/art.php
@@ -0,0 +1,12 @@
+<?php
+class Art
+{
+ public $id;
+
+ public function createfrombdd($id, $bdd)
+ {
+
+ }
+
+}
+?> \ No newline at end of file