/+junk/StupidMVC

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC
6.1.1 by Gustav Hatvigsson
*woorps
1
<?php
2
3
class WelcomeView extends AbstractView {
4
  
5
  public function
6
  render ($user_data) {
7
    echo "<h1> Hello from Welcome.php! </h1>";
8
  }
9
  
10
}