コード例 #1
0
ファイル: Router.class.php プロジェクト: nurtext/sprout
 public static function setSmarty($smarty)
 {
     self::$smarty = $smarty;
     // Disable debugging and caching
     self::$smarty->debugging = FALSE;
     self::$smarty->caching = FALSE;
 }