1
0
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:
secretr
2009-12-04 18:52:19 +00:00
parent 19240f45c2
commit 445a86adf3
3 changed files with 134 additions and 0 deletions

View 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
{
}