hasOne('Order', array('id' => 'order_id')); } public function item() { return $this->hasOne('Item', array('id' => 'item_id')); } }