Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

getCompileDir() — 取得编译目录

说明

string getCompileDir();

Example 14.24. getCompileDir()


<?php

// 取得编译目录
$compileDir = $smarty->getCompileDir();

?>

   

参见 setCompileDir()$compile_dir.