Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 8377d4bb25a3992aad680df2952f4b71 > files > 45

php-smarty-doc-2.6.26-1mdv2010.0.noarch.rpm

<HTML
><HEAD
><TITLE
>Smarty Class Variables</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Smarty Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Smarty For Programmers"
HREF="smarty.for.programmers.html"><LINK
REL="PREVIOUS"
TITLE="SMARTY_CORE_DIR"
HREF="constant.smarty.core.dir.html"><LINK
REL="NEXT"
TITLE="$compile_dir"
HREF="variable.compile.dir.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="chapter"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Smarty Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="constant.smarty.core.dir.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="variable.compile.dir.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="chapter"
><H1
><A
NAME="api.variables"
></A
>Chapter 12. Smarty Class Variables</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
><A
HREF="api.variables.html#variable.template.dir"
>$template_dir</A
></DT
><DT
><A
HREF="variable.compile.dir.html"
>$compile_dir</A
></DT
><DT
><A
HREF="variable.config.dir.html"
>$config_dir</A
></DT
><DT
><A
HREF="variable.plugins.dir.html"
>$plugins_dir</A
></DT
><DT
><A
HREF="variable.debugging.html"
>$debugging</A
></DT
><DT
><A
HREF="variable.debug.tpl.html"
>$debug_tpl</A
></DT
><DT
><A
HREF="variable.debugging.ctrl.html"
>$debugging_ctrl</A
></DT
><DT
><A
HREF="variable.autoload.filters.html"
>$autoload_filters</A
></DT
><DT
><A
HREF="variable.compile.check.html"
>$compile_check</A
></DT
><DT
><A
HREF="variable.force.compile.html"
>$force_compile</A
></DT
><DT
><A
HREF="variable.caching.html"
>$caching</A
></DT
><DT
><A
HREF="variable.cache.dir.html"
>$cache_dir</A
></DT
><DT
><A
HREF="variable.cache.lifetime.html"
>$cache_lifetime</A
></DT
><DT
><A
HREF="variable.cache.handler.func.html"
>$cache_handler_func</A
></DT
><DT
><A
HREF="variable.cache.modified.check.html"
>$cache_modified_check</A
></DT
><DT
><A
HREF="variable.config.overwrite.html"
>$config_overwrite</A
></DT
><DT
><A
HREF="variable.config.booleanize.html"
>$config_booleanize</A
></DT
><DT
><A
HREF="variable.config.read.hidden.html"
>$config_read_hidden</A
></DT
><DT
><A
HREF="variable.config.fix.newlines.html"
>$config_fix_newlines</A
></DT
><DT
><A
HREF="variable.default.template.handler.func.html"
>$default_template_handler_func</A
></DT
><DT
><A
HREF="variable.php.handling.html"
>$php_handling</A
></DT
><DT
><A
HREF="variable.security.html"
>$security</A
></DT
><DT
><A
HREF="variable.secure.dir.html"
>$secure_dir</A
></DT
><DT
><A
HREF="variable.security.settings.html"
>$security_settings</A
></DT
><DT
><A
HREF="variable.trusted.dir.html"
>$trusted_dir</A
></DT
><DT
><A
HREF="variable.left.delimiter.html"
>$left_delimiter</A
></DT
><DT
><A
HREF="variable.right.delimiter.html"
>$right_delimiter</A
></DT
><DT
><A
HREF="variable.compiler.class.html"
>$compiler_class</A
></DT
><DT
><A
HREF="variable.request.vars.order.html"
>$request_vars_order</A
></DT
><DT
><A
HREF="variable.request.use.auto.globals.html"
>$request_use_auto_globals</A
></DT
><DT
><A
HREF="variable.error.reporting.html"
>$error_reporting</A
></DT
><DT
><A
HREF="variable.compile.id.html"
>$compile_id</A
></DT
><DT
><A
HREF="variable.use.sub.dirs.html"
>$use_sub_dirs</A
></DT
><DT
><A
HREF="variable.default.modifiers.html"
>$default_modifiers</A
></DT
><DT
><A
HREF="variable.default.resource.type.html"
>$default_resource_type</A
></DT
></DL
></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="variable.template.dir"
></A
>$template_dir</H1
><P
>&#13;     This is the name of the default template directory. If you do
     not supply a resource type when including files, they will be
     found here. By default this is
     <TT
CLASS="filename"
>./templates</TT
>,
     meaning that Smarty
     will look for the
     <TT
CLASS="filename"
>templates/</TT
> directory in
     the same directory as the executing php script.
    </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Technical Note: </B
>
      It is not recommended to put this directory under
      the web server document root.
     </P
></BLOCKQUOTE
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="constant.smarty.core.dir.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="variable.compile.dir.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>SMARTY_CORE_DIR</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="smarty.for.programmers.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>$compile_dir</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>