diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 12:33:32 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 12:33:32 +0100 |
commit | 6429cb3f90a23fd1aae0d2298c54e8a88d213bcf (patch) | |
tree | ec078a915c5bd04446a59893766a4cbdf0b652d7 /class/art.php | |
parent | 53a5f6b267b1deb8c5f10973c1a238ff74a33e5a (diff) | |
download | wcms-6429cb3f90a23fd1aae0d2298c54e8a88d213bcf.tar.gz wcms-6429cb3f90a23fd1aae0d2298c54e8a88d213bcf.zip |
Added app class and reorganisation of the folders
Diffstat (limited to 'class/art.php')
-rw-r--r-- | class/art.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/class/art.php b/class/art.php deleted file mode 100644 index 6b126ea..0000000 --- a/class/art.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -class Art -{ - public $id; - - public function createfrombdd($id, $bdd) - { - - } - -} -?>
\ No newline at end of file |