PHP Manual

PEAR Manual

Smarty Manual

PostgreSQL

MySQL Manual

Perl Manual

smarty_core_dir

this should be the full system path to the location of the smarty core files. if not defined, smarty will default this constant to the internals/ sub-directory below smarty_dir. if defined, the path must end with a slash. use this constant when manually including any of the core.* files.

example 11-2. smarty_core_dir

<?php

// load core.get_microtime.php
require_once(smarty_core_dir 'core.get_microtime.php');

?>

see also $smarty.const