This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/application/classes/Model/Affiliate.php

16 lines
315 B
PHP
Raw Normal View History

2012-07-30 06:01:30 +00:00
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
2012-11-09 23:13:57 +00:00
* OSB Affiliate
2012-07-30 06:01:30 +00:00
*
* @package OSB
* @subpackage Modules
* @category Models
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
*/
2012-11-09 23:13:57 +00:00
class Model_Affiliate extends ORM_OSB {
2012-07-30 06:01:30 +00:00
}
?>