ようこそ! このブログは、PHPとMysqlを使って作成したオリジナルプログラムを、QHMに読み込んで表示させています。

Mysmarty.class.php

FrontPage

Mysmarty.class.phpのソースコード

<?php
require_once "Smarty.class.php";

class MySmarty extends Smarty {
	function __construct() {
		$this->Smarty();
		$this->template_dir="./templates";
		$this->compile_dir="./templates_c/";
		$this->cache_dir="./cache/";
		$this->caching=FALSE;
	}
}
?>

powered by Quick Homepage Maker 4.25
based on PukiWiki 1.4.7 License is GPL. QHM

最新の更新 RSS  Valid XHTML 1.0 Transitional