/+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/AbstractModel.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:
1
1
<?php
2
2
 
3
3
abstract class AbstractModel {
4
 
  public function
5
 
  __construct () {
6
 
    
7
 
  }
 
4
  
8
5
}