PHP Classes

File: system/dependencies/smarty/bootstrap.php

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/smarty/bootstrap.php   Download  
File: system/dependencies/smarty/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 4 years ago
Size: 417 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')) {
    include
dirname(__FILE__) . '/Autoloader.php';
}
Smarty_Autoloader::register(true);