PHP Classes

File: resources/Smarty/bootstrap.php

Recommend this page to a friend!
  Classes of Yerfry Ramirez   Basic Controller Framework   resources/Smarty/bootstrap.php   Download  
File: resources/Smarty/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Basic Controller Framework
Framework to route requests configured controllers
Author: By
Last change:
Date: 6 years ago
Size: 416 bytes
 

Contents

Class file image Download
<?php
/*
 * This file is part of the Smarty package.
 *
 * (c) Sebastian Bergmann <sebastian@phpunit.de>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/*
 * Load and register Smarty Autoloader
 */
if (!class_exists('Smarty_Autoloader')) {
    require
dirname(__FILE__) . '/Autoloader.php';
}
Smarty_Autoloader::register(true);