diff options
Diffstat (limited to 'class/art.php')
-rw-r--r-- | class/art.php | 12 |
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 |