Example #1
0
<?php

/**
 * JaguarEngine
 * @version 	0.0.1a
 * @author 		Michael Snoeren
 * @license 	http://michaelsnoeren.nl/license/
 */
// Define pre-engine variables
declare (strict_types=1);
define('_JEEXEC', 1);
// Include the engine and site controller
require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'engine' . DIRECTORY_SEPARATOR . 'engine.factory.php';
// Init the engine
JEEngine::init(JEEngine::MODE_DEVELOPMENT);