Recent changes

2013-04-14 2013-04-02 2013-02-17 2013-01-29 2013-01-20 2013-01-18 2012-12-08 2012-11-06 2012-09-04 2012-08-02

Simplate

ちょっと使ってみようかにゃー。 どんだけ違うのかが気になる。

インストール後はSimplateというクラスができる。

Introduction

<?php
$simplate = new Simplate();
$simplate->assign('aaa', 'value');
$simplate->display('aaa.tpl');
?>

メソッド一覧

  • public method __construct
  • public method assign
  • public method fetch
  • public method display
  • public method clear_cache
  • public method register_prefilter
  • public method register_postfilter

プロパティ一覧

  • public $template_dir
  • public $compile_dir
  • public $cache_dir
  • public $caching
  • public $cache_lifetime
  • public $left_delimiter
  • public $right_delimiter
  • public $force_compile
  • public $lazy_check
  • public $version
  • public $_tpl_vars
  • public $_plugins