예제 #1
0
파일: View.php 프로젝트: Kinetical/Kinesis
 function prepare($source = null)
 {
     parent::prepare($source);
     $source->Map->regster(new \ORM\Mapper\SQLEntityMapper());
     return $this->command;
 }
예제 #2
0
파일: View.php 프로젝트: Kinetical/Kinesis
 function prepare($source = null)
 {
     parent::prepare($source);
     $source->Map->register(new \ORM\Mapper\ControlTypeMapper());
     return $this->command;
 }