mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
featurebox front handlers - work in progress
This commit is contained in:
22
e107_plugins/featurebox/includes/item.php
Normal file
22
e107_plugins/featurebox/includes/item.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (c) 2008-2009 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Featurebox Item model
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/featurebox/includes/item.php,v $
|
||||
* $Revision: 1.1 $
|
||||
* $Date: 2009-12-04 18:52:19 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
|
||||
// TODO - sc_* methods
|
||||
class plugin_featurebox_item extends e_model
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user