PHP Classes

File: htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-get-compile-dir.md

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-get-compile-dir.md   Download  
File: htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-get-compile-dir.md
Role: Example script
Content type: text/markdown
Description: Example script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 351 bytes
 

Contents

Class file image Download

getCompileDir()

returns the directory where compiled templates are stored

Description

string

getCompileDir

<?php

// get directory where compiled templates are stored
$compileDir = $smarty->getCompileDir();

?>

   

See also setCompileDir() and $compile_dir.