diff options
author | MaZderMind | 2015-03-08 13:42:58 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-14 13:46:47 +0100 |
commit | cb48ba9b7068302414b18435505a041d22bd9e4b (patch) | |
tree | 9521126f748b090a65ca9832cb218f71b5213b1b /model/Stream.php | |
parent | 844a7d53f2d78bafba479c0d931277246ade61de (diff) |
Introduce Models abstracting the Config away from Views & Templates
Diffstat (limited to 'model/Stream.php')
-rw-r--r-- | model/Stream.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/model/Stream.php b/model/Stream.php new file mode 100644 index 0000000..a60284a --- /dev/null +++ b/model/Stream.php @@ -0,0 +1,5 @@ +<?php + +class Room { + +} |