library/smarty/libs/Autoloader.php
changeset 7 3ed6f90e97d9
parent 0 4869aea77e21
equal deleted inserted replaced
6:6c23ee543e0e 7:3ed6f90e97d9
    13  *             Usage:
    13  *             Usage:
    14  *             require_once '...path/Autoloader.php';
    14  *             require_once '...path/Autoloader.php';
    15  *             Smarty_Autoloader::register();
    15  *             Smarty_Autoloader::register();
    16  *             $smarty = new Smarty();
    16  *             $smarty = new Smarty();
    17  *             Note:       This autoloader is not needed if you use Composer.
    17  *             Note:       This autoloader is not needed if you use Composer.
    18  *             Composer will automatically add the classes of the Smarty package to it common autoloader.
    18  *             Composer will automatically add the classes of the Smarty package to it core autoloader.
    19  */
    19  */
    20 class Smarty_Autoloader {
    20 class Smarty_Autoloader {
    21     /**
    21     /**
    22      * Filepath to Smarty root
    22      * Filepath to Smarty root
    23      *
    23      *