Constants

PHP Smarty

Smarty - the compiling PHP template engine
Prev 来源:PHP中文社区 Next

Chapter 11. Constants
第十一章 常量

Table of Contents
内容列表
SMARTY_DIR [Smarty目录]

SMARTY_DIR
Smarty目录

// set path to Smarty directory
define("SMARTY_DIR","/usr/local/lib/php/Smarty/");

require_once(SMARTY_DIR."Smarty.class.php");

Prev 来源:PHP中文社区 Home Next
Smarty For Programmers
程序员篇
Up Variables
变量