/+junk/StupidMVC

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC

« back to all changes in this revision

Viewing changes to Common/AbstractView.php

  • Committer: Gustav Hartvigsson
  • Date: 2016-03-16 16:41:50 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160316164150-zbrppdt5e743pzu5
* a few more functions...

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
abstract class AbstractView {
4
4
  public function __contructor () {
5
 
    
 
5
 
6
6
  }
7
 
  
 
7
 
8
8
  public abstract function
9
9
  render ($user_data);
10
 
  
 
10
 
11
11
}