Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/classes/Model/item/type/link.php
<?php defined('SYSPATH') or die('No direct access allowed.');

class Model_Item_Type_Link extends ORM {
protected $_belongs_to = array( 'item_type' => array('model' => 'item_type' , 'foreign_key' => 'types_id'));
}