/+junk/StupidMVC

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC
1 by Gustav Hartvigsson
* initial code
1
<?php
2
3
abstract class AbstractView {
4
  public function __contructor () {
7 by Gustav Hartvigsson
* a few more functions...
5
1 by Gustav Hartvigsson
* initial code
6
  }
7 by Gustav Hartvigsson
* a few more functions...
7
5 by Gustav Hatvigsson
* changed a few small things
8
  public abstract function
9
  render ($user_data);
7 by Gustav Hartvigsson
* a few more functions...
10
1 by Gustav Hartvigsson
* initial code
11
}