1: <?php
2:
3: namespace Project\App;
4:
5: /**
6: * Here you can define wrappers for the ORM to use.
7: */
8: class ORMWrappers extends \PHPixie\ORM\Wrappers\Implementation
9: {
10: /**
11: * Array of model names that have custom Entity wrappers
12: * @var array
13: */
14: protected $databaseEntities = array(
15:
16: );
17: }