#1 zf19870131
如题。
"view" => array(
'enabled' => TRUE,
'config' => array(
'template_dir' => APP_PATH.'/tpl',
'compile_dir' => APP_PATH.'/tmp',
'cache_dir' => APP_PATH.'/tmp',
'left_delimiter' => '<{',
'right_delimiter' => '}>',
),
),
function test()
{
$test = "我的测试";
$this->test = $test;
$this->display("../tpl/index.html");
}
index index.html文件
$test=<{$test}>
2010-04-17 23:35:13