Exemple #1
0
 /**
  * application environment init
  */
 public function init()
 {
     /* modified from index.php */
     require_once './global.php';
     //wcf\system\request\RequestHandler::getInstance()->handle('wbb');
     $oRequestHandler = wcf\system\request\RequestHandler::getInstance();
 }
<?php

/**
 * @author	Pascal Bade
 * @copyright	2013 voolia.de
 * @license	Creative Commons CC-BY-ND <http://creativecommons.org/licenses/by-nd/3.0/deed.de>
 * @package	de.voolia.news
 */
require_once './global.php';
wcf\system\request\RequestHandler::getInstance()->handle('news');
Exemple #3
0
<?php

/**
 * @author	Marcel Werk
 * @copyright	2001-2009 WoltLab GmbH
 * @license	GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
 * @package	com.woltlab.wcf
 * @category 	Community Framework
 */
require_once './global.php';
wcf\system\request\RequestHandler::getInstance()->handle('wcf', true);
<?php

/**
 * @author    Alexander Merz
 * @copyright    2014 Incendium Community
 * @license    GNU Lesser General Public License <http://www.gnu.org/licenses/lgpl-3.0.txt>
 * @package    de.incendium.filebase
 * @category    Incendium Filebase
 */
require_once './global.php';
wcf\system\request\RequestHandler::getInstance()->handle('filebase');
<?php

/**
 * @author    Alexander Merz
 * @copyright    2014 Incendium Community
 * @license    GNU Lesser General Public License <http://www.gnu.org/licenses/lgpl-3.0.txt>
 * @package    de.incendium.linklist
 * @category    Incendium Linklist
 */
require_once './global.php';
wcf\system\request\RequestHandler::getInstance()->handle('linklist');