コード例 #1
0
ファイル: BlogCatRest.class.php プロジェクト: DavBfr/BlogMVC
 protected function get_catlist($r)
 {
     $tpt = new Template($this->options);
     $tpt->outputCached("cat-posts.php");
 }