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

class Model_Gallery extends ORM {
	
	protected $_table_name = 'gallery';
	protected $_primary_key = 'gallery_id';
	
	protected $_belongs_to = array('user' => array('model' => 'User', 'foreign_key' => 'user_id'),'owner' => array('model' => 'User', 'foreign_key' => 'owner_id'));
	

}