コード例 #1
0
ファイル: ORMTest.php プロジェクト: rocketgears/orm
 public function __construct()
 {
     parent::__construct();
     $this->_has_one('user');
 }