Lib.BEA.RequireClass.inc.php 3.08 KB
<?php
/**
 * @file	Lib.BEA.RequireClass.inc.php
 * @category freeSN
 * @mailto	code [at] netz.coop
 * @version 0.4.200901
 * @link http://netz.coop
 * 
 *  @copyright Copyright by netz.coop e.G. 2015
 *  
 *
 *   This program is free software: you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 * 
 */
/**
 * include/Lib/BasisElementAddons/Category
 */
$GLOBALS['class']['Category']				= $_LOSPDIR . 'include/Lib/BasisElementAddons/Category/class_Category.inc.php';
$GLOBALS['class']['CategoryContentList']	= $_LOSPDIR . 'include/Lib/BasisElementAddons/Category/class_CategoryContentList.inc.php';
$GLOBALS['class']['CategoryBEADB']			= $_LOSPDIR . 'include/Lib/BasisElementAddons/Category/DataBase/MySql/class_CategoryBEADB.inc.php';
$GLOBALS['class']['CategoryBEAS']			= $_LOSPDIR . 'include/Lib/BasisElementAddons/Category/DataBase/class_CategoryBEAS.inc.php';

/**
 * include/Lib/BasisElementAddons/TagCloud
 */
$GLOBALS['class']['TagCloud']				= $_LOSPDIR . 'include/Lib/BasisElementAddons/TagCloud/class_TagCloud.inc.php';
$GLOBALS['class']['TagContentList']		= $_LOSPDIR . 'include/Lib/BasisElementAddons/TagCloud/class_TagContentListBC.inc.php';
$GLOBALS['class']['TagCloudBEADB']			= $_LOSPDIR . 'include/Lib/BasisElementAddons/TagCloud/DataBase/MySql/class_TagCloudBEADB.inc.php';

/**
 * include/Lib/BasisElementAddons/Infobox
 */
$GLOBALS['class']['Infobox']				= $_LOSPDIR . 'include/Lib/BasisElementAddons/Infobox/class_Infobox.inc.php';
$GLOBALS['class']['InfoboxBEADB']			= $_LOSPDIR . 'include/Lib/BasisElementAddons/Infobox/DataBase/MySql/class_InfoboxBEADB.inc.php';
$GLOBALS['class']['CatchInfoboxDataTMC']	= $_LOSPDIR . 'include/Lib/BasisElementAddons/Infobox/class_CatchInfoboxDataTMC.inc.php';

/**
 * include/Lib/BasisElementAddons/Logger
 */
$GLOBALS['class']['Logger']					= $_LOSPDIR . 'include/Lib/BasisElementAddons/Logger/class_Logger.inc.php';
$GLOBALS['class']['LoggerBEADB']			= $_LOSPDIR . 'include/Lib/BasisElementAddons/Logger/DataBase/MySql/class_LoggerBEADB.inc.php';

/**
 * include/Lib/BasisElementAddons/Logger
 */
$GLOBALS['class']['History']				= $_LOSPDIR . 'include/Lib/BasisElementAddons/History/class_History.inc.php';
$GLOBALS['class']['HistoryBEADB']			= $_LOSPDIR . 'include/Lib/BasisElementAddons/History/DataBase/MySql/class_HistoryBEADB.inc.php';

$GLOBALS['class']['LanguageAddon']			= $_LOSPDIR . 'include/Lib/BasisElementAddons/Language/class_LanguageAddon.inc.php';
$GLOBALS['class']['LanguageAddonBEADB']		= $_LOSPDIR . 'include/Lib/BasisElementAddons/Language/DataBase/MySql/class_LanguageAddonBEADB.inc.php';



?>