w3-tools.com - Free Webmaster Tools and Resources
 
w3-tools.com - Free Webmaster Tools and Resources
 Free Webmaster Tools and Resources

 



Smarty Manual

This manual is provided as a courtesy. It is not an official source. Please check smarty.php.net for updated information.

Smarty Manual

Smarty Manual

Chapter 11. Constants

Table of Contents
SMARTY_DIR
SMARTY_CORE_DIR

SMARTY_DIR

This should be the full system path to the location of the Smarty class files. If this is not defined, then Smarty will attempt to determine the appropriate value automatically. If defined, the path must end with a slash.

Example 11-1. SMARTY_DIR

<?php
// set path to Smarty directory *nix style
define('SMARTY_DIR''/usr/local/lib/php/Smarty/libs/');

// path to Smarty windows style
define('SMARTY_DIR''c:/webroot/libs/Smarty/libs/');

// include the smarty class Note 'S' is upper case
require_once(SMARTY_DIR 'Smarty.class.php');
?>

See also $smarty.const and $php_handling constants

Newsletter

Join to our newsletter and receive news and updates about our site.
Your name: 
E-mail address: 
Action: 
 

Hosted by

Search

Google
Web w3-tools.com

Links

  What is my IP? Find your IP address!     Valid XHTML 1.0 Transitional  
Copyright © 2006. by w3-tools.com. All rights reserved