예제 #1
0
파일: ORMTest.php 프로젝트: rocketgears/orm
 public function __construct()
 {
     parent::__construct();
     $this->_has_one('user');
 }