(root)/trunk/StrictModel.php - Rev 72
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
72 |
PointedEar |
1 |
<?php |
|
|
2 |
|
|
|
3 |
namespace PointedEars\PHPX; |
|
|
4 |
|
|
|
5 |
/** |
|
|
6 |
* Abstract model class for strict Object-Relational Mapping |
|
|
7 |
* |
|
|
8 |
* @author Thomas Lahn |
|
|
9 |
*/ |
|
|
10 |
abstract class StrictModel extends \PointedEars\PHPX\Model |
|
|
11 |
{ |
|
|
12 |
protected static $_strict = true; |
|
|
13 |
} |