15 lines
366 B
PHP
15 lines
366 B
PHP
|
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||
|
|
||
|
/**
|
||
|
* This class supports OSB exporting by rending the exportable items.
|
||
|
*
|
||
|
* @package OSB
|
||
|
* @subpackage Export
|
||
|
* @category Models
|
||
|
* @author Deon George
|
||
|
* @copyright (c) 2010 Open Source Billing
|
||
|
* @license http://dev.osbill.net/license.html
|
||
|
*/
|
||
|
class Model_Export extends ORMOSB {
|
||
|
}
|