コード例 #1
0
ファイル: TemplateLibrary.php プロジェクト: jmversteeg/jvwp
 /**
  * @param string $templatePath
  * @param string $templateNamespace
  */
 public function __construct($templatePath, $templateNamespace)
 {
     $this->templateNamespace = $templateNamespace;
     Templates::addPath($templatePath, $this->templateNamespace);
 }
コード例 #2
0
ファイル: bootstrap.php プロジェクト: jmversteeg/jvwp
<?php

\jvwp\Templates::addPath(__DIR__ . '/templates', 'jvwp');