/+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 18:40:10 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160316184010-elzcri35x8y4vl43
* changed how AbstractController->load_view_raw () works

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  
9
9
  public abstract function
10
10
  render ($user_data);
11
 
 
12
11
}