예제 #1
0
파일: Smarty.class.php 프로젝트: GGF/baza4
	function __construct(){
		//parent::__construct();
		$this->assign("root", Root::getInstance());
		$this->compile_dir = 'tmp';
	}
예제 #2
0
 function __construct()
 {
     //parent::__construct();
     $this->assign("root", Root::getInstance());
 }