15 lines
359 B
PHP
15 lines
359 B
PHP
<?php defined('SYSPATH') or die('No direct access allowed.');
|
|
|
|
/**
|
|
* This class supports affiliates Host Server Configuration
|
|
*
|
|
* @package Host
|
|
* @category Models
|
|
* @author Deon George
|
|
* @copyright (c) 2009-2013 Open Source Billing
|
|
* @license http://dev.osbill.net/license.html
|
|
*/
|
|
class Model_Host_Server_Affiliate extends ORM_OSB {
|
|
}
|
|
?>
|