Lib.Modules.RequireClass.inc.php 4.62 KB
<?php
/**
 * @file	Lib.Modules.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/>.
 * 
 */
/**
 * @filesource Lib.Modules.RequireClass.inc.php
 *
 * include/Lib/Modules/
 */
//	$GLOBALS['class']['']				= $_LOSPDIR . 'include/Lib/Modules';


/**
 * include/Lib/Modules
 */
/**	include/Lib/Modules/Date */
$GLOBALS['class']['DateBC']				= $_LOSPDIR . 'include/Lib/Modules/Date/class_DateBC.inc.php';
$GLOBALS['class']['DateBE']				= $_LOSPDIR . 'include/Lib/Modules/Date/class_DateBE.inc.php';

/**	include/Lib/Modules/Topic */
$GLOBALS['class']['TopicBC']			= $_LOSPDIR . 'include/Lib/Modules/Topic/class_TopicBC.inc.php';
$GLOBALS['class']['TopicBE']			= $_LOSPDIR . 'include/Lib/Modules/Topic/class_TopicBE.inc.php';
$GLOBALS['class']['Blog']				= $_LOSPDIR . 'include/Lib/Modules/Topic/class_BlogBC.inc.php';

/**	include/Lib/Modules/Forum */
$GLOBALS['class']['ThreadMessageBE']	= $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadMessageBE.inc.php';
$GLOBALS['class']['ThreadBC']			= $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadBC.inc.php';
$GLOBALS['class']['ThreadMessageBC']	= $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadMessageBC.inc.php';
$GLOBALS['class']['ThreadMessageUnderBC']= $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadMessageUnderBC.inc.php';
$GLOBALS['class']['ThreadMessageUnderBE']= $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadMessageUnderBE.inc.php';


/**	include/Lib/Modules/Newsfeed */
$GLOBALS['class']['NewsfeedBE']			= $_LOSPDIR . 'include/Lib/Modules/Newsfeed/class_NewsfeedBE.inc.php';
$GLOBALS['class']['NewsfeedBC']			= $_LOSPDIR . 'include/Lib/Modules/Newsfeed/class_NewsfeedBC.inc.php';
$GLOBALS['class']['NewsfeedItemBC']		= $_LOSPDIR . 'include/Lib/Modules/Newsfeed/class_NewsfeedBC.inc.php';
$GLOBALS['class']['NewsfeedItemBE']		= $_LOSPDIR . 'include/Lib/Modules/Newsfeed/class_NewsfeedItemBE.inc.php';



/**	include/Lib/Modules/File */
$GLOBALS['class']['FileBE']				= $_LOSPDIR . 'include/Lib/Modules/File/class_FileBE.inc.php';
$GLOBALS['class']['FileBC']				= $_LOSPDIR . 'include/Lib/Modules/File/class_FileBC.inc.php';
$GLOBALS['class']['FileUnderBC']		= $_LOSPDIR . 'include/Lib/Modules/File/class_FileUnderBC.inc.php';
$GLOBALS['class']['FileUnderBE']		= $_LOSPDIR . 'include/Lib/Modules/File/class_FileUnderBE.inc.php';
$GLOBALS['class']['FileUnderImageBE']	= $_LOSPDIR . 'include/Lib/Modules/File/class_FileUnderImageBE.inc.php';
$GLOBALS['class']['FileUnderImageBC']	= $_LOSPDIR . 'include/Lib/Modules/File/class_FileUnderImageBC.inc.php';

/** class_FileManager.inc.php */
$GLOBALS['class']['FileManager']		= $_LOSPDIR . 'include/Lib/Modules/File/class_FileManager.inc.php';


/**	include/Lib/Modules/Url */
$GLOBALS['class']['UrlBE']				= $_LOSPDIR . 'include/Lib/Modules/Url/class_UrlBE.inc.php';
$GLOBALS['class']['UrlBC']				= $_LOSPDIR . 'include/Lib/Modules/Url/class_UrlBC.inc.php';


/**     include/Lib/Modules/Location */
$GLOBALS['class']['LocationBE']                         = $_LOSPDIR . 'include/Lib/Modules/Location/class_LocationBE.inc.php';
$GLOBALS['class']['LocationBC']                         = $_LOSPDIR . 'include/Lib/Modules/Location/class_LocationBC.inc.php';


/**     include/Lib/Modules/Clipboard */
$GLOBALS['class']['Clipboard']                         = $_LOSPDIR . 'include/Lib/Modules/Clipboard/class_ClipboardBC.inc.php';

/**     include/Lib/Modules/Campaign */
$GLOBALS['class']['CampaignBC']                         = $_LOSPDIR . 'include/Lib/Modules/Campaign/class_CampaignBC.inc.php';
$GLOBALS['class']['CampaignBE']                         = $_LOSPDIR . 'include/Lib/Modules/Campaign/class_CampaignBE.inc.php';

/*ghört hier nicht hin aber wo sonst?*/
$GLOBALS['class']['PostMessageBE']                         = $_LOSPDIR . 'include/System/php/Modules/PostOffice/class_PostMessageBE.inc.php';

$GLOBALS['class']['SearchBE']                         = $_LOSPDIR . 'include/Lib/Modules/Search/class_SearchBE.inc.php';
?>