@todo Work

This commit is contained in:
Deon George
2012-07-30 16:01:30 +10:00
parent 7b0e87d28c
commit 84145ac24f
4 changed files with 22 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* OSB Currency Model
*
* @package OSB
* @subpackage Modules
* @category Models
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
*/
class Model_Currency extends ORMOSB {
}
?>