예제 #1
0
파일: common.php 프로젝트: jechiy/PHPWind
function modeTemplate($srcTpl, $tarTpl)
{
    $file_str = readover($srcTpl);
    $file_str = tplParsePrint($file_str);
    pwCache::writeover($tarTpl, $file_str);
    return $tarTpl;
}
예제 #2
0
 function tplParsePrint()
 {
     $this->string = tplParsePrint($this->string);
 }