<?php defined('SYSPATH') or die('No direct access allowed.'); /** * This class supports OSB exporting. * * @package Export * @category Models * @author Deon George * @copyright (c) 2009-2013 Open Source Billing * @license http://dev.osbill.net/license.html */ class Model_Export_Item extends ORM_OSB { // Relationships protected $_belongs_to = array( 'export_module' => array(), ); } ?>