template
This commit is contained in:
parent
35aefbb7a6
commit
6a72ea58f3
1 changed files with 15 additions and 0 deletions
15
_sakura/components/Template.php
Normal file
15
_sakura/components/Template.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/*
|
||||
* Template engine wrapper (new)
|
||||
*/
|
||||
|
||||
namespace Sakura;
|
||||
|
||||
/**
|
||||
* Class Template
|
||||
* @package Sakura
|
||||
*/
|
||||
class Template
|
||||
{
|
||||
|
||||
}
|
Reference in a new issue