What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
Table of Contents
Эта константа должна содержать полный путь к файлам класса Smarty. Если константа не определена, Smarty будет пытаться определить путь самостоятельно. При определении данной константы, слэш в конце строки обязателен.
Example 11.1. SMARTY_DIR
<?php // устанавливает путь к директории Smarty в стиле *nix define('SMARTY_DIR', '/usr/local/lib/php/Smarty/libs/'); // путь к директории Smarty в стиле windows define('SMARTY_DIR', 'c:/webroot/libs/Smarty/libs/'); // подключаем класс Smarty - обратите внимание на заглавную 'S' require_once(SMARTY_DIR . 'Smarty.class.php'); ?>
См. также $smarty.const и константы $php_handling