equal
deleted
inserted
replaced
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 * |