(root)/trunk/StrictModel.php - Rev 72
Blame |
Last modification |
View Log
| RSS feed
1
<?php
namespace PointedEars\PHPX;
/**
* Abstract model class for strict Object-Relational Mapping
*
* @author Thomas Lahn
*/
abstract class StrictModel extends \PointedEars\PHPX\Model
{
protected static $_strict = true;
}