Rev 27 | Rev 51 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 27 | Rev 29 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?php
|
1 | <?php
|
2 | 2 | ||
- | 3 | require_once __DIR__ . '/AbstractModel.php'; |
|
- | 4 | ||
3 | /**
|
5 | /**
|
4 | * Abstract model class
|
6 | * Abstract model class
|
5 | *
|
7 | *
|
6 | * Provides basic setters and getters for protected/private properties
|
8 | * Provides basic setters and getters for protected/private properties
|
7 | * and a constructor to initialize properties using setters and getters.
|
9 | * and a constructor to initialize properties using setters and getters.
|